Shades of Purple Heart #6024CA
Tints of Purple Heart #6024CA
RGB
CMYK
RGB Variations
Color information
#6024CA (or 0x6024CA) is known color: Purple Heart. HEX triplet: 60, 24 and CA. RGB value is (96,36,202). Sum of RGB (Red+Green+Blue) = 96+36+202=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #6024CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6024CA is #9FDB35. Grayscale: #484848. Windows color (decimal): -10476342 or 13247584. OLE color: 13247584.
HSL color Cylindrical-coordinate representation of color #6024CA: hue angle of 261.69º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6024CA is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 36 | 202 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.21 |
| HSL | 261.69º | 0.7% | 0.47% | - |
| HSV(B) | 261.69º | 0.82% | 0.79% | - |
| XYZ | 16.12 | 8.01 | 56.57 | - |
| YUV | 72.86 | 200.88 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 202 | 0.52 | 0.82 | 0 | 0.21 | 261.69 | 0.7 | 0.47 |
| Hex | 60 | 24 | CA | 34 | 52 | 0 | 15 | 106 | 46 | 2F |
| Octal | 140 | 44 | 312 | 64 | 122 | 0 | 25 | 406 | 106 | 57 |
| Binary | 1100000 | 100100 | 11001010 | 110100 | 1010010 | 0 | 10101 | 100000110 | 1000110 | 101111 |
Color Harmonies of #6024CA
Complementary color
Monochromatic Colors of #6024CA
Black with #6024CA
Text Example
Text Example
White with #6024CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6024CA; }
p { color: rgb(96,36,202); }
H1.HeaderClassName
{
color: #6024CA;
}
.AnyTagClassName
{
color: #6024CA;
}
</style>
background-color css
<style>
a { background-color: #6024CA; }
a { background-color: rgb(96,36,202); }
div.DivClassName
{
background-color: #6024CA;
}
.BgClassName
{
background-color: #6024CA;
}
</style>
border-color css
<style>
span { border-color: #6024CA; }
span { border-color: rgb(96,36,202); }
td.TdClassName
{
border-color: #6024CA;
}
.TagClassName
{
border-color: #6024CA;
}
</style>