Shades of Purple Heart #592CCB
Tints of Purple Heart #592CCB
RGB
CMYK
RGB Variations
Color information
#592CCB (or 0x592CCB) is known color: Purple Heart. HEX triplet: 59, 2C and CB. RGB value is (89,44,203). Sum of RGB (Red+Green+Blue) = 89+44+203=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #592CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592CCB is #A6D334. Grayscale: #4A4A4A. Windows color (decimal): -10933045 or 13315161. OLE color: 13315161.
HSL color Cylindrical-coordinate representation of color #592CCB: hue angle of 256.98º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #592CCB is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 44 | 203 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.20 |
| HSL | 256.98º | 0.64% | 0.48% | - |
| HSV(B) | 256.98º | 0.78% | 0.8% | - |
| XYZ | 15.8 | 8.24 | 57.26 | - |
| YUV | 75.58 | 199.91 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 203 | 0.56 | 0.78 | 0 | 0.20 | 256.98 | 0.64 | 0.48 |
| Hex | 59 | 2C | CB | 38 | 4E | 0 | 14 | 101 | 40 | 30 |
| Octal | 131 | 54 | 313 | 70 | 116 | 0 | 24 | 401 | 100 | 60 |
| Binary | 1011001 | 101100 | 11001011 | 111000 | 1001110 | 0 | 10100 | 100000001 | 1000000 | 110000 |
Color Harmonies of #592CCB
Complementary color
Monochromatic Colors of #592CCB
Black with #592CCB
Text Example
Text Example
White with #592CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592CCB; }
p { color: rgb(89,44,203); }
H1.HeaderClassName
{
color: #592CCB;
}
.AnyTagClassName
{
color: #592CCB;
}
</style>
background-color css
<style>
a { background-color: #592CCB; }
a { background-color: rgb(89,44,203); }
div.DivClassName
{
background-color: #592CCB;
}
.BgClassName
{
background-color: #592CCB;
}
</style>
border-color css
<style>
span { border-color: #592CCB; }
span { border-color: rgb(89,44,203); }
td.TdClassName
{
border-color: #592CCB;
}
.TagClassName
{
border-color: #592CCB;
}
</style>