Shades of Purple Heart #6404CD
Tints of Purple Heart #6404CD
RGB
CMYK
RGB Variations
Color information
#6404CD (or 0x6404CD) is known color: Purple Heart. HEX triplet: 64, 04 and CD. RGB value is (100,4,205). Sum of RGB (Red+Green+Blue) = 100+4+205=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #6404CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6404CD is #9BFB32. Grayscale: #363636. Windows color (decimal): -10222387 or 13436004. OLE color: 13436004.
HSL color Cylindrical-coordinate representation of color #6404CD: hue angle of 268.66º 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 #6404CD is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 4 | 205 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.20 |
| HSL | 268.66º | 0.96% | 0.41% | - |
| HSV(B) | 268.66º | 0.98% | 0.8% | - |
| XYZ | 16.32 | 7.2 | 58.29 | - |
| YUV | 55.62 | 212.3 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 205 | 0.51 | 0.98 | 0 | 0.20 | 268.66 | 0.96 | 0.41 |
| Hex | 64 | 4 | CD | 33 | 62 | 0 | 14 | 10D | 60 | 29 |
| Octal | 144 | 4 | 315 | 63 | 142 | 0 | 24 | 415 | 140 | 51 |
| Binary | 1100100 | 100 | 11001101 | 110011 | 1100010 | 0 | 10100 | 100001101 | 1100000 | 101001 |
Color Harmonies of #6404CD
Complementary color
Monochromatic Colors of #6404CD
Black with #6404CD
Text Example
Text Example
White with #6404CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6404CD; }
p { color: rgb(100,4,205); }
H1.HeaderClassName
{
color: #6404CD;
}
.AnyTagClassName
{
color: #6404CD;
}
</style>
background-color css
<style>
a { background-color: #6404CD; }
a { background-color: rgb(100,4,205); }
div.DivClassName
{
background-color: #6404CD;
}
.BgClassName
{
background-color: #6404CD;
}
</style>
border-color css
<style>
span { border-color: #6404CD; }
span { border-color: rgb(100,4,205); }
td.TdClassName
{
border-color: #6404CD;
}
.TagClassName
{
border-color: #6404CD;
}
</style>