Shades of Purple Heart #5F24CB
Tints of Purple Heart #5F24CB
RGB
CMYK
RGB Variations
Color information
#5F24CB (or 0x5F24CB) is known color: Purple Heart. HEX triplet: 5F, 24 and CB. RGB value is (95,36,203). Sum of RGB (Red+Green+Blue) = 95+36+203=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F24CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F24CB is #A0DB34. Grayscale: #484848. Windows color (decimal): -10541877 or 13313119. OLE color: 13313119.
HSL color Cylindrical-coordinate representation of color #5F24CB: hue angle of 261.2º 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 #5F24CB is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 36 | 203 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.20 |
| HSL | 261.2º | 0.7% | 0.47% | - |
| HSV(B) | 261.2º | 0.82% | 0.8% | - |
| XYZ | 16.13 | 8.01 | 57.2 | - |
| YUV | 72.68 | 201.55 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 36 | 203 | 0.53 | 0.82 | 0 | 0.20 | 261.2 | 0.7 | 0.47 |
| Hex | 5F | 24 | CB | 35 | 52 | 0 | 14 | 105 | 46 | 2F |
| Octal | 137 | 44 | 313 | 65 | 122 | 0 | 24 | 405 | 106 | 57 |
| Binary | 1011111 | 100100 | 11001011 | 110101 | 1010010 | 0 | 10100 | 100000101 | 1000110 | 101111 |
Color Harmonies of #5F24CB
Complementary color
Monochromatic Colors of #5F24CB
Black with #5F24CB
Text Example
Text Example
White with #5F24CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F24CB; }
p { color: rgb(95,36,203); }
H1.HeaderClassName
{
color: #5F24CB;
}
.AnyTagClassName
{
color: #5F24CB;
}
</style>
background-color css
<style>
a { background-color: #5F24CB; }
a { background-color: rgb(95,36,203); }
div.DivClassName
{
background-color: #5F24CB;
}
.BgClassName
{
background-color: #5F24CB;
}
</style>
border-color css
<style>
span { border-color: #5F24CB; }
span { border-color: rgb(95,36,203); }
td.TdClassName
{
border-color: #5F24CB;
}
.TagClassName
{
border-color: #5F24CB;
}
</style>