Shades of Purple Heart #5F24DC
Tints of Purple Heart #5F24DC
RGB
CMYK
RGB Variations
Color information
#5F24DC (or 0x5F24DC) is known color: Purple Heart. HEX triplet: 5F, 24 and DC. RGB value is (95,36,220). Sum of RGB (Red+Green+Blue) = 95+36+220=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F24DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F24DC is #A0DB23. Grayscale: #494949. Windows color (decimal): -10541860 or 14427231. OLE color: 14427231.
HSL color Cylindrical-coordinate representation of color #5F24DC: hue angle of 259.24º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F24DC is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 36 | 220 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.14 |
| HSL | 259.24º | 0.72% | 0.5% | - |
| HSV(B) | 259.24º | 0.84% | 0.86% | - |
| XYZ | 18.27 | 8.86 | 68.46 | - |
| YUV | 74.62 | 210.05 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 36 | 220 | 0.57 | 0.84 | 0 | 0.14 | 259.24 | 0.72 | 0.5 |
| Hex | 5F | 24 | DC | 39 | 54 | 0 | E | 103 | 48 | 32 |
| Octal | 137 | 44 | 334 | 71 | 124 | 0 | 16 | 403 | 110 | 62 |
| Binary | 1011111 | 100100 | 11011100 | 111001 | 1010100 | 0 | 1110 | 100000011 | 1001000 | 110010 |
Color Harmonies of #5F24DC
Complementary color
Monochromatic Colors of #5F24DC
Black with #5F24DC
Text Example
Text Example
White with #5F24DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F24DC; }
p { color: rgb(95,36,220); }
H1.HeaderClassName
{
color: #5F24DC;
}
.AnyTagClassName
{
color: #5F24DC;
}
</style>
background-color css
<style>
a { background-color: #5F24DC; }
a { background-color: rgb(95,36,220); }
div.DivClassName
{
background-color: #5F24DC;
}
.BgClassName
{
background-color: #5F24DC;
}
</style>
border-color css
<style>
span { border-color: #5F24DC; }
span { border-color: rgb(95,36,220); }
td.TdClassName
{
border-color: #5F24DC;
}
.TagClassName
{
border-color: #5F24DC;
}
</style>