Shades of Purple Heart #592CB2
Tints of Purple Heart #592CB2
RGB
CMYK
RGB Variations
Color information
#592CB2 (or 0x592CB2) is known color: Purple Heart. HEX triplet: 59, 2C and B2. RGB value is (89,44,178). Sum of RGB (Red+Green+Blue) = 89+44+178=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #592CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592CB2 is #A6D34D. Grayscale: #484848. Windows color (decimal): -10933070 or 11676761. OLE color: 11676761.
HSL color Cylindrical-coordinate representation of color #592CB2: hue angle of 260.15º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592CB2 is Cyan = 0.5, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 44 | 178 | - |
| CMYK | 0.5 | 0.75 | 0 | 0.30 |
| HSL | 260.15º | 0.6% | 0.44% | - |
| HSV(B) | 260.15º | 0.75% | 0.7% | - |
| XYZ | 13.06 | 7.14 | 42.81 | - |
| YUV | 72.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 44 | 178 | 0.5 | 0.75 | 0 | 0.30 | 260.15 | 0.6 | 0.44 |
| Hex | 59 | 2C | B2 | 32 | 4B | 0 | 1E | 104 | 3C | 2C |
| Octal | 131 | 54 | 262 | 62 | 113 | 0 | 36 | 404 | 74 | 54 |
| Binary | 1011001 | 101100 | 10110010 | 110010 | 1001011 | 0 | 11110 | 100000100 | 111100 | 101100 |
Color Harmonies of #592CB2
Complementary color
Monochromatic Colors of #592CB2
Black with #592CB2
Text Example
Text Example
White with #592CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592CB2; }
p { color: rgb(89,44,178); }
H1.HeaderClassName
{
color: #592CB2;
}
.AnyTagClassName
{
color: #592CB2;
}
</style>
background-color css
<style>
a { background-color: #592CB2; }
a { background-color: rgb(89,44,178); }
div.DivClassName
{
background-color: #592CB2;
}
.BgClassName
{
background-color: #592CB2;
}
</style>
border-color css
<style>
span { border-color: #592CB2; }
span { border-color: rgb(89,44,178); }
td.TdClassName
{
border-color: #592CB2;
}
.TagClassName
{
border-color: #592CB2;
}
</style>