Shades of Purple Heart #6402CF
Tints of Purple Heart #6402CF
RGB
CMYK
RGB Variations
Color information
#6402CF (or 0x6402CF) is known color: Purple Heart. HEX triplet: 64, 02 and CF. RGB value is (100,2,207). Sum of RGB (Red+Green+Blue) = 100+2+207=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #6402CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6402CF is #9BFD30. Grayscale: #353535. Windows color (decimal): -10222897 or 13566564. OLE color: 13566564.
HSL color Cylindrical-coordinate representation of color #6402CF: hue angle of 268.68º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402CF is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 2 | 207 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.19 |
| HSL | 268.68º | 0.98% | 0.41% | - |
| HSV(B) | 268.68º | 0.99% | 0.81% | - |
| XYZ | 16.54 | 7.26 | 59.56 | - |
| YUV | 54.67 | 213.97 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 207 | 0.52 | 0.99 | 0 | 0.19 | 268.68 | 0.98 | 0.41 |
| Hex | 64 | 2 | CF | 34 | 63 | 0 | 13 | 10D | 62 | 29 |
| Octal | 144 | 2 | 317 | 64 | 143 | 0 | 23 | 415 | 142 | 51 |
| Binary | 1100100 | 10 | 11001111 | 110100 | 1100011 | 0 | 10011 | 100001101 | 1100010 | 101001 |
Color Harmonies of #6402CF
Complementary color
Monochromatic Colors of #6402CF
Black with #6402CF
Text Example
Text Example
White with #6402CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402CF; }
p { color: rgb(100,2,207); }
H1.HeaderClassName
{
color: #6402CF;
}
.AnyTagClassName
{
color: #6402CF;
}
</style>
background-color css
<style>
a { background-color: #6402CF; }
a { background-color: rgb(100,2,207); }
div.DivClassName
{
background-color: #6402CF;
}
.BgClassName
{
background-color: #6402CF;
}
</style>
border-color css
<style>
span { border-color: #6402CF; }
span { border-color: rgb(100,2,207); }
td.TdClassName
{
border-color: #6402CF;
}
.TagClassName
{
border-color: #6402CF;
}
</style>