Shades of Purple Heart #6624BA
Tints of Purple Heart #6624BA
RGB
CMYK
RGB Variations
Color information
#6624BA (or 0x6624BA) is known color: Purple Heart. HEX triplet: 66, 24 and BA. RGB value is (102,36,186). Sum of RGB (Red+Green+Blue) = 102+36+186=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #6624BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6624BA is #99DB45. Grayscale: #484848. Windows color (decimal): -10083142 or 12199014. OLE color: 12199014.
HSL color Cylindrical-coordinate representation of color #6624BA: hue angle of 266.4º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6624BA is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 36 | 186 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.27 |
| HSL | 266.4º | 0.68% | 0.44% | - |
| HSV(B) | 266.4º | 0.81% | 0.73% | - |
| XYZ | 14.97 | 7.63 | 47.14 | - |
| YUV | 72.83 | 191.87 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 186 | 0.45 | 0.81 | 0 | 0.27 | 266.4 | 0.68 | 0.44 |
| Hex | 66 | 24 | BA | 2D | 51 | 0 | 1B | 10A | 44 | 2C |
| Octal | 146 | 44 | 272 | 55 | 121 | 0 | 33 | 412 | 104 | 54 |
| Binary | 1100110 | 100100 | 10111010 | 101101 | 1010001 | 0 | 11011 | 100001010 | 1000100 | 101100 |
Color Harmonies of #6624BA
Complementary color
Monochromatic Colors of #6624BA
Black with #6624BA
Text Example
Text Example
White with #6624BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6624BA; }
p { color: rgb(102,36,186); }
H1.HeaderClassName
{
color: #6624BA;
}
.AnyTagClassName
{
color: #6624BA;
}
</style>
background-color css
<style>
a { background-color: #6624BA; }
a { background-color: rgb(102,36,186); }
div.DivClassName
{
background-color: #6624BA;
}
.BgClassName
{
background-color: #6624BA;
}
</style>
border-color css
<style>
span { border-color: #6624BA; }
span { border-color: rgb(102,36,186); }
td.TdClassName
{
border-color: #6624BA;
}
.TagClassName
{
border-color: #6624BA;
}
</style>