Shades of Purple Heart #6633BA
Tints of Purple Heart #6633BA
RGB
CMYK
RGB Variations
Color information
#6633BA (or 0x6633BA) is known color: Purple Heart. HEX triplet: 66, 33 and BA. RGB value is (102,51,186). Sum of RGB (Red+Green+Blue) = 102+51+186=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #6633BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6633BA is #99CC45. Grayscale: #515151. Windows color (decimal): -10079302 or 12202854. OLE color: 12202854.
HSL color Cylindrical-coordinate representation of color #6633BA: hue angle of 262.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6633BA is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 51 | 186 | - |
| CMYK | 0.45 | 0.73 | 0 | 0.27 |
| HSL | 262.67º | 0.57% | 0.46% | - |
| HSV(B) | 262.67º | 0.73% | 0.73% | - |
| XYZ | 15.53 | 8.74 | 47.32 | - |
| YUV | 81.64 | 186.9 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 186 | 0.45 | 0.73 | 0 | 0.27 | 262.67 | 0.57 | 0.46 |
| Hex | 66 | 33 | BA | 2D | 49 | 0 | 1B | 107 | 39 | 2E |
| Octal | 146 | 63 | 272 | 55 | 111 | 0 | 33 | 407 | 71 | 56 |
| Binary | 1100110 | 110011 | 10111010 | 101101 | 1001001 | 0 | 11011 | 100000111 | 111001 | 101110 |
Color Harmonies of #6633BA
Complementary color
Monochromatic Colors of #6633BA
Black with #6633BA
Text Example
Text Example
White with #6633BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6633BA; }
p { color: rgb(102,51,186); }
H1.HeaderClassName
{
color: #6633BA;
}
.AnyTagClassName
{
color: #6633BA;
}
</style>
background-color css
<style>
a { background-color: #6633BA; }
a { background-color: rgb(102,51,186); }
div.DivClassName
{
background-color: #6633BA;
}
.BgClassName
{
background-color: #6633BA;
}
</style>
border-color css
<style>
span { border-color: #6633BA; }
span { border-color: rgb(102,51,186); }
td.TdClassName
{
border-color: #6633BA;
}
.TagClassName
{
border-color: #6633BA;
}
</style>