Shades of Purple Heart #6204CA
Tints of Purple Heart #6204CA
RGB
CMYK
RGB Variations
Color information
#6204CA (or 0x6204CA) is known color: Purple Heart. HEX triplet: 62, 04 and CA. RGB value is (98,4,202). Sum of RGB (Red+Green+Blue) = 98+4+202=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #6204CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6204CA is #9DFB35. Grayscale: #353535. Windows color (decimal): -10353462 or 13239394. OLE color: 13239394.
HSL color Cylindrical-coordinate representation of color #6204CA: hue angle of 268.48º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6204CA is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 4 | 202 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.21 |
| HSL | 268.48º | 0.96% | 0.4% | - |
| HSV(B) | 268.48º | 0.98% | 0.79% | - |
| XYZ | 15.74 | 6.95 | 56.39 | - |
| YUV | 54.68 | 211.14 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 4 | 202 | 0.51 | 0.98 | 0 | 0.21 | 268.48 | 0.96 | 0.4 |
| Hex | 62 | 4 | CA | 33 | 62 | 0 | 15 | 10C | 60 | 28 |
| Octal | 142 | 4 | 312 | 63 | 142 | 0 | 25 | 414 | 140 | 50 |
| Binary | 1100010 | 100 | 11001010 | 110011 | 1100010 | 0 | 10101 | 100001100 | 1100000 | 101000 |
Color Harmonies of #6204CA
Complementary color
Monochromatic Colors of #6204CA
Black with #6204CA
Text Example
Text Example
White with #6204CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6204CA; }
p { color: rgb(98,4,202); }
H1.HeaderClassName
{
color: #6204CA;
}
.AnyTagClassName
{
color: #6204CA;
}
</style>
background-color css
<style>
a { background-color: #6204CA; }
a { background-color: rgb(98,4,202); }
div.DivClassName
{
background-color: #6204CA;
}
.BgClassName
{
background-color: #6204CA;
}
</style>
border-color css
<style>
span { border-color: #6204CA; }
span { border-color: rgb(98,4,202); }
td.TdClassName
{
border-color: #6204CA;
}
.TagClassName
{
border-color: #6204CA;
}
</style>