Shades of Purple Heart #6400CA
Tints of Purple Heart #6400CA
RGB
CMYK
RGB Variations
Color information
#6400CA (or 0x6400CA) is known color: Purple Heart. HEX triplet: 64, 00 and CA. RGB value is (100,0,202). Sum of RGB (Red+Green+Blue) = 100+0+202=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #6400CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6400CA is #9BFF35. Grayscale: #343434. Windows color (decimal): -10223414 or 13238372. OLE color: 13238372.
HSL color Cylindrical-coordinate representation of color #6400CA: hue angle of 269.7º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6400CA is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 0 | 202 | - |
| CMYK | 0.50 | 1 | 0 | 0.21 |
| HSL | 269.7º | 1% | 0.4% | - |
| HSV(B) | 269.7º | 1% | 0.79% | - |
| XYZ | 15.92 | 6.97 | 56.38 | - |
| YUV | 52.93 | 212.13 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 202 | 0.50 | 1 | 0 | 0.21 | 269.7 | 1 | 0.4 |
| Hex | 64 | 0 | CA | 32 | 64 | 0 | 15 | 10E | 64 | 28 |
| Octal | 144 | 0 | 312 | 62 | 144 | 0 | 25 | 416 | 144 | 50 |
| Binary | 1100100 | 0 | 11001010 | 110010 | 1100100 | 0 | 10101 | 100001110 | 1100100 | 101000 |
Color Harmonies of #6400CA
Complementary color
Monochromatic Colors of #6400CA
Black with #6400CA
Text Example
Text Example
White with #6400CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6400CA; }
p { color: rgb(100,0,202); }
H1.HeaderClassName
{
color: #6400CA;
}
.AnyTagClassName
{
color: #6400CA;
}
</style>
background-color css
<style>
a { background-color: #6400CA; }
a { background-color: rgb(100,0,202); }
div.DivClassName
{
background-color: #6400CA;
}
.BgClassName
{
background-color: #6400CA;
}
</style>
border-color css
<style>
span { border-color: #6400CA; }
span { border-color: rgb(100,0,202); }
td.TdClassName
{
border-color: #6400CA;
}
.TagClassName
{
border-color: #6400CA;
}
</style>