Shades of Purple Heart #5920B5
Tints of Purple Heart #5920B5
RGB
CMYK
RGB Variations
Color information
#5920B5 (or 0x5920B5) is known color: Purple Heart. HEX triplet: 59, 20 and B5. RGB value is (89,32,181). Sum of RGB (Red+Green+Blue) = 89+32+181=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 181 (71.09% from 255 or 59.93% from 302); Max value from RGB is 181 - color contains mainly: blue. Hex color #5920B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5920B5 is #A6DF4A. Grayscale: #414141. Windows color (decimal): -10936139 or 11870297. OLE color: 11870297.
HSL color Cylindrical-coordinate representation of color #5920B5: hue angle of 262.95º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5920B5 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 32 | 181 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.29 |
| HSL | 262.95º | 0.7% | 0.42% | - |
| HSV(B) | 262.95º | 0.82% | 0.71% | - |
| XYZ | 12.98 | 6.49 | 44.29 | - |
| YUV | 66.03 | 192.88 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 32 | 181 | 0.51 | 0.82 | 0 | 0.29 | 262.95 | 0.7 | 0.42 |
| Hex | 59 | 20 | B5 | 33 | 52 | 0 | 1D | 107 | 46 | 2A |
| Octal | 131 | 40 | 265 | 63 | 122 | 0 | 35 | 407 | 106 | 52 |
| Binary | 1011001 | 100000 | 10110101 | 110011 | 1010010 | 0 | 11101 | 100000111 | 1000110 | 101010 |
Color Harmonies of #5920B5
Complementary color
Monochromatic Colors of #5920B5
Black with #5920B5
Text Example
Text Example
White with #5920B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5920B5; }
p { color: rgb(89,32,181); }
H1.HeaderClassName
{
color: #5920B5;
}
.AnyTagClassName
{
color: #5920B5;
}
</style>
background-color css
<style>
a { background-color: #5920B5; }
a { background-color: rgb(89,32,181); }
div.DivClassName
{
background-color: #5920B5;
}
.BgClassName
{
background-color: #5920B5;
}
</style>
border-color css
<style>
span { border-color: #5920B5; }
span { border-color: rgb(89,32,181); }
td.TdClassName
{
border-color: #5920B5;
}
.TagClassName
{
border-color: #5920B5;
}
</style>