Shades of Purple Heart #592EB4
Tints of Purple Heart #592EB4
RGB
CMYK
RGB Variations
Color information
#592EB4 (or 0x592EB4) is known color: Purple Heart. HEX triplet: 59, 2E and B4. RGB value is (89,46,180). Sum of RGB (Red+Green+Blue) = 89+46+180=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 180 (70.70% from 255 or 57.14% from 315); Max value from RGB is 180 - color contains mainly: blue. Hex color #592EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592EB4 is #A6D14B. Grayscale: #494949. Windows color (decimal): -10932556 or 11808345. OLE color: 11808345.
HSL color Cylindrical-coordinate representation of color #592EB4: hue angle of 259.25º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #592EB4 is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 46 | 180 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.29 |
| HSL | 259.25º | 0.59% | 0.44% | - |
| HSV(B) | 259.25º | 0.74% | 0.71% | - |
| XYZ | 13.34 | 7.37 | 43.9 | - |
| YUV | 74.13 | 187.75 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 180 | 0.51 | 0.74 | 0 | 0.29 | 259.25 | 0.59 | 0.44 |
| Hex | 59 | 2E | B4 | 33 | 4A | 0 | 1D | 103 | 3B | 2C |
| Octal | 131 | 56 | 264 | 63 | 112 | 0 | 35 | 403 | 73 | 54 |
| Binary | 1011001 | 101110 | 10110100 | 110011 | 1001010 | 0 | 11101 | 100000011 | 111011 | 101100 |
Color Harmonies of #592EB4
Complementary color
Monochromatic Colors of #592EB4
Black with #592EB4
Text Example
Text Example
White with #592EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592EB4; }
p { color: rgb(89,46,180); }
H1.HeaderClassName
{
color: #592EB4;
}
.AnyTagClassName
{
color: #592EB4;
}
</style>
background-color css
<style>
a { background-color: #592EB4; }
a { background-color: rgb(89,46,180); }
div.DivClassName
{
background-color: #592EB4;
}
.BgClassName
{
background-color: #592EB4;
}
</style>
border-color css
<style>
span { border-color: #592EB4; }
span { border-color: rgb(89,46,180); }
td.TdClassName
{
border-color: #592EB4;
}
.TagClassName
{
border-color: #592EB4;
}
</style>