Shades of Purple Heart #6409CA
Tints of Purple Heart #6409CA
RGB
CMYK
RGB Variations
Color information
#6409CA (or 0x6409CA) is known color: Purple Heart. HEX triplet: 64, 09 and CA. RGB value is (100,9,202). Sum of RGB (Red+Green+Blue) = 100+9+202=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 202 (79.30% from 255 or 64.95% from 311); Max value from RGB is 202 - color contains mainly: blue. Hex color #6409CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6409CA is #9BF635. Grayscale: #393939. Windows color (decimal): -10221110 or 13240676. OLE color: 13240676.
HSL color Cylindrical-coordinate representation of color #6409CA: hue angle of 268.29º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6409CA is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 9 | 202 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.21 |
| HSL | 268.29º | 0.91% | 0.41% | - |
| HSV(B) | 268.29º | 0.96% | 0.79% | - |
| XYZ | 16.01 | 7.17 | 56.42 | - |
| YUV | 58.21 | 209.15 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 202 | 0.50 | 0.96 | 0 | 0.21 | 268.29 | 0.91 | 0.41 |
| Hex | 64 | 9 | CA | 32 | 60 | 0 | 15 | 10C | 5B | 29 |
| Octal | 144 | 11 | 312 | 62 | 140 | 0 | 25 | 414 | 133 | 51 |
| Binary | 1100100 | 1001 | 11001010 | 110010 | 1100000 | 0 | 10101 | 100001100 | 1011011 | 101001 |
Color Harmonies of #6409CA
Complementary color
Monochromatic Colors of #6409CA
Black with #6409CA
Text Example
Text Example
White with #6409CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6409CA; }
p { color: rgb(100,9,202); }
H1.HeaderClassName
{
color: #6409CA;
}
.AnyTagClassName
{
color: #6409CA;
}
</style>
background-color css
<style>
a { background-color: #6409CA; }
a { background-color: rgb(100,9,202); }
div.DivClassName
{
background-color: #6409CA;
}
.BgClassName
{
background-color: #6409CA;
}
</style>
border-color css
<style>
span { border-color: #6409CA; }
span { border-color: rgb(100,9,202); }
td.TdClassName
{
border-color: #6409CA;
}
.TagClassName
{
border-color: #6409CA;
}
</style>