Shades of Purple Heart #6402D0
Tints of Purple Heart #6402D0
RGB
CMYK
RGB Variations
Color information
#6402D0 (or 0x6402D0) is known color: Purple Heart. HEX triplet: 64, 02 and D0. RGB value is (100,2,208). Sum of RGB (Red+Green+Blue) = 100+2+208=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 208 (81.64% from 255 or 67.10% from 310); Max value from RGB is 208 - color contains mainly: blue. Hex color #6402D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6402D0 is #9BFD2F. Grayscale: #363636. Windows color (decimal): -10222896 or 13632100. OLE color: 13632100.
HSL color Cylindrical-coordinate representation of color #6402D0: hue angle of 268.54º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6402D0 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 2 | 208 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.18 |
| HSL | 268.54º | 0.98% | 0.41% | - |
| HSV(B) | 268.54º | 0.99% | 0.82% | - |
| XYZ | 16.66 | 7.31 | 60.21 | - |
| YUV | 54.79 | 214.47 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 208 | 0.52 | 0.99 | 0 | 0.18 | 268.54 | 0.98 | 0.41 |
| Hex | 64 | 2 | D0 | 34 | 63 | 0 | 12 | 10D | 62 | 29 |
| Octal | 144 | 2 | 320 | 64 | 143 | 0 | 22 | 415 | 142 | 51 |
| Binary | 1100100 | 10 | 11010000 | 110100 | 1100011 | 0 | 10010 | 100001101 | 1100010 | 101001 |
Color Harmonies of #6402D0
Complementary color
Monochromatic Colors of #6402D0
Black with #6402D0
Text Example
Text Example
White with #6402D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6402D0; }
p { color: rgb(100,2,208); }
H1.HeaderClassName
{
color: #6402D0;
}
.AnyTagClassName
{
color: #6402D0;
}
</style>
background-color css
<style>
a { background-color: #6402D0; }
a { background-color: rgb(100,2,208); }
div.DivClassName
{
background-color: #6402D0;
}
.BgClassName
{
background-color: #6402D0;
}
</style>
border-color css
<style>
span { border-color: #6402D0; }
span { border-color: rgb(100,2,208); }
td.TdClassName
{
border-color: #6402D0;
}
.TagClassName
{
border-color: #6402D0;
}
</style>