Shades of Purple Heart #592EB5
Tints of Purple Heart #592EB5
RGB
CMYK
RGB Variations
Color information
#592EB5 (or 0x592EB5) is known color: Purple Heart. HEX triplet: 59, 2E and B5. RGB value is (89,46,181). Sum of RGB (Red+Green+Blue) = 89+46+181=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 181 (71.09% from 255 or 57.28% from 316); Max value from RGB is 181 - color contains mainly: blue. Hex color #592EB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592EB5 is #A6D14A. Grayscale: #494949. Windows color (decimal): -10932555 or 11873881. OLE color: 11873881.
HSL color Cylindrical-coordinate representation of color #592EB5: hue angle of 259.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592EB5 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 46 | 181 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.29 |
| HSL | 259.11º | 0.59% | 0.45% | - |
| HSV(B) | 259.11º | 0.75% | 0.71% | - |
| XYZ | 13.44 | 7.41 | 44.44 | - |
| YUV | 74.25 | 188.25 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 181 | 0.51 | 0.75 | 0 | 0.29 | 259.11 | 0.59 | 0.45 |
| Hex | 59 | 2E | B5 | 33 | 4B | 0 | 1D | 103 | 3B | 2D |
| Octal | 131 | 56 | 265 | 63 | 113 | 0 | 35 | 403 | 73 | 55 |
| Binary | 1011001 | 101110 | 10110101 | 110011 | 1001011 | 0 | 11101 | 100000011 | 111011 | 101101 |
Color Harmonies of #592EB5
Complementary color
Monochromatic Colors of #592EB5
Black with #592EB5
Text Example
Text Example
White with #592EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592EB5; }
p { color: rgb(89,46,181); }
H1.HeaderClassName
{
color: #592EB5;
}
.AnyTagClassName
{
color: #592EB5;
}
</style>
background-color css
<style>
a { background-color: #592EB5; }
a { background-color: rgb(89,46,181); }
div.DivClassName
{
background-color: #592EB5;
}
.BgClassName
{
background-color: #592EB5;
}
</style>
border-color css
<style>
span { border-color: #592EB5; }
span { border-color: rgb(89,46,181); }
td.TdClassName
{
border-color: #592EB5;
}
.TagClassName
{
border-color: #592EB5;
}
</style>