You can base your new profile objects off existing profiles as well. I.e.
PHP Code:
new GuiBlueWindowProfile("GuiPurpleWindowProfile") {
bitmap = "my_recolored_blue_bitmap_thats_now_purple_bitmap.png";
}
This is explained the tutorial I linked above though...