Shades of Purple Heart #6413CA
Tints of Purple Heart #6413CA
RGB
CMYK
RGB Variations
Color information
#6413CA (or 0x6413CA) is known color: Purple Heart. HEX triplet: 64, 13 and CA. RGB value is (100,19,202). Sum of RGB (Red+Green+Blue) = 100+19+202=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #6413CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6413CA is #9BEC35. Grayscale: #3F3F3F. Windows color (decimal): -10218550 or 13243236. OLE color: 13243236.
HSL color Cylindrical-coordinate representation of color #6413CA: hue angle of 266.56º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6413CA is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 19 | 202 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.21 |
| HSL | 266.56º | 0.83% | 0.43% | - |
| HSV(B) | 266.56º | 0.91% | 0.79% | - |
| XYZ | 16.15 | 7.44 | 56.46 | - |
| YUV | 64.08 | 205.84 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 202 | 0.50 | 0.91 | 0 | 0.21 | 266.56 | 0.83 | 0.43 |
| Hex | 64 | 13 | CA | 32 | 5B | 0 | 15 | 10B | 53 | 2B |
| Octal | 144 | 23 | 312 | 62 | 133 | 0 | 25 | 413 | 123 | 53 |
| Binary | 1100100 | 10011 | 11001010 | 110010 | 1011011 | 0 | 10101 | 100001011 | 1010011 | 101011 |
Color Harmonies of #6413CA
Complementary color
Monochromatic Colors of #6413CA
Black with #6413CA
Text Example
Text Example
White with #6413CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6413CA; }
p { color: rgb(100,19,202); }
H1.HeaderClassName
{
color: #6413CA;
}
.AnyTagClassName
{
color: #6413CA;
}
</style>
background-color css
<style>
a { background-color: #6413CA; }
a { background-color: rgb(100,19,202); }
div.DivClassName
{
background-color: #6413CA;
}
.BgClassName
{
background-color: #6413CA;
}
</style>
border-color css
<style>
span { border-color: #6413CA; }
span { border-color: rgb(100,19,202); }
td.TdClassName
{
border-color: #6413CA;
}
.TagClassName
{
border-color: #6413CA;
}
</style>