Shades of Purple Heart #592DB5
Tints of Purple Heart #592DB5
RGB
CMYK
RGB Variations
Color information
#592DB5 (or 0x592DB5) is known color: Purple Heart. HEX triplet: 59, 2D and B5. RGB value is (89,45,181). Sum of RGB (Red+Green+Blue) = 89+45+181=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 181 (71.09% from 255 or 57.46% from 315); Max value from RGB is 181 - color contains mainly: blue. Hex color #592DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592DB5 is #A6D24A. Grayscale: #494949. Windows color (decimal): -10932811 or 11873625. OLE color: 11873625.
HSL color Cylindrical-coordinate representation of color #592DB5: hue angle of 259.41º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592DB5 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 45 | 181 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.29 |
| HSL | 259.41º | 0.6% | 0.44% | - |
| HSV(B) | 259.41º | 0.75% | 0.71% | - |
| XYZ | 13.4 | 7.34 | 44.43 | - |
| YUV | 73.66 | 188.58 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 181 | 0.51 | 0.75 | 0 | 0.29 | 259.41 | 0.6 | 0.44 |
| Hex | 59 | 2D | B5 | 33 | 4B | 0 | 1D | 103 | 3C | 2C |
| Octal | 131 | 55 | 265 | 63 | 113 | 0 | 35 | 403 | 74 | 54 |
| Binary | 1011001 | 101101 | 10110101 | 110011 | 1001011 | 0 | 11101 | 100000011 | 111100 | 101100 |
Color Harmonies of #592DB5
Complementary color
Monochromatic Colors of #592DB5
Black with #592DB5
Text Example
Text Example
White with #592DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592DB5; }
p { color: rgb(89,45,181); }
H1.HeaderClassName
{
color: #592DB5;
}
.AnyTagClassName
{
color: #592DB5;
}
</style>
background-color css
<style>
a { background-color: #592DB5; }
a { background-color: rgb(89,45,181); }
div.DivClassName
{
background-color: #592DB5;
}
.BgClassName
{
background-color: #592DB5;
}
</style>
border-color css
<style>
span { border-color: #592DB5; }
span { border-color: rgb(89,45,181); }
td.TdClassName
{
border-color: #592DB5;
}
.TagClassName
{
border-color: #592DB5;
}
</style>