Shades of Purple Heart #5923AB
Tints of Purple Heart #5923AB
RGB
CMYK
RGB Variations
Color information
#5923AB (or 0x5923AB) is known color: Purple Heart. HEX triplet: 59, 23 and AB. RGB value is (89,35,171). Sum of RGB (Red+Green+Blue) = 89+35+171=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #5923AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5923AB is #A6DC54. Grayscale: #424242. Windows color (decimal): -10935381 or 11215705. OLE color: 11215705.
HSL color Cylindrical-coordinate representation of color #5923AB: hue angle of 263.82º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5923AB is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 35 | 171 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.33 |
| HSL | 263.82º | 0.66% | 0.4% | - |
| HSV(B) | 263.82º | 0.8% | 0.67% | - |
| XYZ | 12.07 | 6.27 | 39.1 | - |
| YUV | 66.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 35 | 171 | 0.48 | 0.80 | 0 | 0.33 | 263.82 | 0.66 | 0.4 |
| Hex | 59 | 23 | AB | 30 | 50 | 0 | 21 | 108 | 42 | 28 |
| Octal | 131 | 43 | 253 | 60 | 120 | 0 | 41 | 410 | 102 | 50 |
| Binary | 1011001 | 100011 | 10101011 | 110000 | 1010000 | 0 | 100001 | 100001000 | 1000010 | 101000 |
Color Harmonies of #5923AB
Complementary color
Monochromatic Colors of #5923AB
Black with #5923AB
Text Example
Text Example
White with #5923AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5923AB; }
p { color: rgb(89,35,171); }
H1.HeaderClassName
{
color: #5923AB;
}
.AnyTagClassName
{
color: #5923AB;
}
</style>
background-color css
<style>
a { background-color: #5923AB; }
a { background-color: rgb(89,35,171); }
div.DivClassName
{
background-color: #5923AB;
}
.BgClassName
{
background-color: #5923AB;
}
</style>
border-color css
<style>
span { border-color: #5923AB; }
span { border-color: rgb(89,35,171); }
td.TdClassName
{
border-color: #5923AB;
}
.TagClassName
{
border-color: #5923AB;
}
</style>