Shades of Purple Heart #5F24BE
Tints of Purple Heart #5F24BE
RGB
CMYK
RGB Variations
Color information
#5F24BE (or 0x5F24BE) is known color: Purple Heart. HEX triplet: 5F, 24 and BE. RGB value is (95,36,190). Sum of RGB (Red+Green+Blue) = 95+36+190=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F24BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F24BE is #A0DB41. Grayscale: #464646. Windows color (decimal): -10541890 or 12461151. OLE color: 12461151.
HSL color Cylindrical-coordinate representation of color #5F24BE: hue angle of 262.99º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F24BE is Cyan = 0.5, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 95 | 36 | 190 | - |
| CMYK | 0.5 | 0.81 | 0 | 0.25 |
| HSL | 262.99º | 0.68% | 0.44% | - |
| HSV(B) | 262.99º | 0.81% | 0.75% | - |
| XYZ | 14.64 | 7.41 | 49.37 | - |
| YUV | 71.2 | 195.05 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 36 | 190 | 0.5 | 0.81 | 0 | 0.25 | 262.99 | 0.68 | 0.44 |
| Hex | 5F | 24 | BE | 32 | 51 | 0 | 19 | 107 | 44 | 2C |
| Octal | 137 | 44 | 276 | 62 | 121 | 0 | 31 | 407 | 104 | 54 |
| Binary | 1011111 | 100100 | 10111110 | 110010 | 1010001 | 0 | 11001 | 100000111 | 1000100 | 101100 |
Color Harmonies of #5F24BE
Complementary color
Monochromatic Colors of #5F24BE
Black with #5F24BE
Text Example
Text Example
White with #5F24BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F24BE; }
p { color: rgb(95,36,190); }
H1.HeaderClassName
{
color: #5F24BE;
}
.AnyTagClassName
{
color: #5F24BE;
}
</style>
background-color css
<style>
a { background-color: #5F24BE; }
a { background-color: rgb(95,36,190); }
div.DivClassName
{
background-color: #5F24BE;
}
.BgClassName
{
background-color: #5F24BE;
}
</style>
border-color css
<style>
span { border-color: #5F24BE; }
span { border-color: rgb(95,36,190); }
td.TdClassName
{
border-color: #5F24BE;
}
.TagClassName
{
border-color: #5F24BE;
}
</style>