Shades of Purple Heart #6024CB
Tints of Purple Heart #6024CB
RGB
CMYK
RGB Variations
Color information
#6024CB (or 0x6024CB) is known color: Purple Heart. HEX triplet: 60, 24 and CB. RGB value is (96,36,203). Sum of RGB (Red+Green+Blue) = 96+36+203=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #6024CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6024CB is #9FDB34. Grayscale: #484848. Windows color (decimal): -10476341 or 13313120. OLE color: 13313120.
HSL color Cylindrical-coordinate representation of color #6024CB: hue angle of 261.56º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6024CB is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 36 | 203 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.20 |
| HSL | 261.56º | 0.7% | 0.47% | - |
| HSV(B) | 261.56º | 0.82% | 0.8% | - |
| XYZ | 16.23 | 8.06 | 57.2 | - |
| YUV | 72.98 | 201.38 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 203 | 0.53 | 0.82 | 0 | 0.20 | 261.56 | 0.7 | 0.47 |
| Hex | 60 | 24 | CB | 35 | 52 | 0 | 14 | 106 | 46 | 2F |
| Octal | 140 | 44 | 313 | 65 | 122 | 0 | 24 | 406 | 106 | 57 |
| Binary | 1100000 | 100100 | 11001011 | 110101 | 1010010 | 0 | 10100 | 100000110 | 1000110 | 101111 |
Color Harmonies of #6024CB
Complementary color
Monochromatic Colors of #6024CB
Black with #6024CB
Text Example
Text Example
White with #6024CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6024CB; }
p { color: rgb(96,36,203); }
H1.HeaderClassName
{
color: #6024CB;
}
.AnyTagClassName
{
color: #6024CB;
}
</style>
background-color css
<style>
a { background-color: #6024CB; }
a { background-color: rgb(96,36,203); }
div.DivClassName
{
background-color: #6024CB;
}
.BgClassName
{
background-color: #6024CB;
}
</style>
border-color css
<style>
span { border-color: #6024CB; }
span { border-color: rgb(96,36,203); }
td.TdClassName
{
border-color: #6024CB;
}
.TagClassName
{
border-color: #6024CB;
}
</style>