Shades of Purple Heart #6604CC
Tints of Purple Heart #6604CC
RGB
CMYK
RGB Variations
Color information
#6604CC (or 0x6604CC) is known color: Purple Heart. HEX triplet: 66, 04 and CC. RGB value is (102,4,204). Sum of RGB (Red+Green+Blue) = 102+4+204=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #6604CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6604CC is #99FB33. Grayscale: #373737. Windows color (decimal): -10091316 or 13370470. OLE color: 13370470.
HSL color Cylindrical-coordinate representation of color #6604CC: hue angle of 269.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6604CC is Cyan = 0.5, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 4 | 204 | - |
| CMYK | 0.5 | 0.98 | 0 | 0.2 |
| HSL | 269.4º | 0.96% | 0.41% | - |
| HSV(B) | 269.4º | 0.98% | 0.8% | - |
| XYZ | 16.42 | 7.27 | 57.66 | - |
| YUV | 56.1 | 211.47 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 204 | 0.5 | 0.98 | 0 | 0.2 | 269.4 | 0.96 | 0.41 |
| Hex | 66 | 4 | CC | 32 | 62 | 0 | 14 | 10D | 60 | 29 |
| Octal | 146 | 4 | 314 | 62 | 142 | 0 | 24 | 415 | 140 | 51 |
| Binary | 1100110 | 100 | 11001100 | 110010 | 1100010 | 0 | 10100 | 100001101 | 1100000 | 101001 |
Color Harmonies of #6604CC
Complementary color
Monochromatic Colors of #6604CC
Black with #6604CC
Text Example
Text Example
White with #6604CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6604CC; }
p { color: rgb(102,4,204); }
H1.HeaderClassName
{
color: #6604CC;
}
.AnyTagClassName
{
color: #6604CC;
}
</style>
background-color css
<style>
a { background-color: #6604CC; }
a { background-color: rgb(102,4,204); }
div.DivClassName
{
background-color: #6604CC;
}
.BgClassName
{
background-color: #6604CC;
}
</style>
border-color css
<style>
span { border-color: #6604CC; }
span { border-color: rgb(102,4,204); }
td.TdClassName
{
border-color: #6604CC;
}
.TagClassName
{
border-color: #6604CC;
}
</style>