Shades of Purple Heart #5B24BD
Tints of Purple Heart #5B24BD
RGB
CMYK
RGB Variations
Color information
#5B24BD (or 0x5B24BD) is known color: Purple Heart. HEX triplet: 5B, 24 and BD. RGB value is (91,36,189). Sum of RGB (Red+Green+Blue) = 91+36+189=316 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.80% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B24BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B24BD is #A4DB42. Grayscale: #454545. Windows color (decimal): -10804035 or 12395611. OLE color: 12395611.
HSL color Cylindrical-coordinate representation of color #5B24BD: hue angle of 261.57º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B24BD is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 36 | 189 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.26 |
| HSL | 261.57º | 0.68% | 0.44% | - |
| HSV(B) | 261.57º | 0.81% | 0.74% | - |
| XYZ | 14.13 | 7.16 | 48.78 | - |
| YUV | 69.89 | 195.22 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 36 | 189 | 0.52 | 0.81 | 0 | 0.26 | 261.57 | 0.68 | 0.44 |
| Hex | 5B | 24 | BD | 34 | 51 | 0 | 1A | 106 | 44 | 2C |
| Octal | 133 | 44 | 275 | 64 | 121 | 0 | 32 | 406 | 104 | 54 |
| Binary | 1011011 | 100100 | 10111101 | 110100 | 1010001 | 0 | 11010 | 100000110 | 1000100 | 101100 |
Color Harmonies of #5B24BD
Complementary color
Monochromatic Colors of #5B24BD
Black with #5B24BD
Text Example
Text Example
White with #5B24BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B24BD; }
p { color: rgb(91,36,189); }
H1.HeaderClassName
{
color: #5B24BD;
}
.AnyTagClassName
{
color: #5B24BD;
}
</style>
background-color css
<style>
a { background-color: #5B24BD; }
a { background-color: rgb(91,36,189); }
div.DivClassName
{
background-color: #5B24BD;
}
.BgClassName
{
background-color: #5B24BD;
}
</style>
border-color css
<style>
span { border-color: #5B24BD; }
span { border-color: rgb(91,36,189); }
td.TdClassName
{
border-color: #5B24BD;
}
.TagClassName
{
border-color: #5B24BD;
}
</style>