Shades of Purple Heart #592EB2
Tints of Purple Heart #592EB2
RGB
CMYK
RGB Variations
Color information
#592EB2 (or 0x592EB2) is known color: Purple Heart. HEX triplet: 59, 2E and B2. RGB value is (89,46,178). Sum of RGB (Red+Green+Blue) = 89+46+178=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 178 (69.92% from 255 or 56.87% from 313); Max value from RGB is 178 - color contains mainly: blue. Hex color #592EB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592EB2 is #A6D14D. Grayscale: #494949. Windows color (decimal): -10932558 or 11677273. OLE color: 11677273.
HSL color Cylindrical-coordinate representation of color #592EB2: hue angle of 259.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #592EB2 is Cyan = 0.5, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 46 | 178 | - |
| CMYK | 0.5 | 0.74 | 0 | 0.30 |
| HSL | 259.55º | 0.59% | 0.44% | - |
| HSV(B) | 259.55º | 0.74% | 0.7% | - |
| XYZ | 13.13 | 7.29 | 42.83 | - |
| YUV | 73.91 | 186.75 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 178 | 0.5 | 0.74 | 0 | 0.30 | 259.55 | 0.59 | 0.44 |
| Hex | 59 | 2E | B2 | 32 | 4A | 0 | 1E | 104 | 3B | 2C |
| Octal | 131 | 56 | 262 | 62 | 112 | 0 | 36 | 404 | 73 | 54 |
| Binary | 1011001 | 101110 | 10110010 | 110010 | 1001010 | 0 | 11110 | 100000100 | 111011 | 101100 |
Color Harmonies of #592EB2
Complementary color
Monochromatic Colors of #592EB2
Black with #592EB2
Text Example
Text Example
White with #592EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592EB2; }
p { color: rgb(89,46,178); }
H1.HeaderClassName
{
color: #592EB2;
}
.AnyTagClassName
{
color: #592EB2;
}
</style>
background-color css
<style>
a { background-color: #592EB2; }
a { background-color: rgb(89,46,178); }
div.DivClassName
{
background-color: #592EB2;
}
.BgClassName
{
background-color: #592EB2;
}
</style>
border-color css
<style>
span { border-color: #592EB2; }
span { border-color: rgb(89,46,178); }
td.TdClassName
{
border-color: #592EB2;
}
.TagClassName
{
border-color: #592EB2;
}
</style>