Shades of Purple Heart #592DB7
Tints of Purple Heart #592DB7
RGB
CMYK
RGB Variations
Color information
#592DB7 (or 0x592DB7) is known color: Purple Heart. HEX triplet: 59, 2D and B7. RGB value is (89,45,183). Sum of RGB (Red+Green+Blue) = 89+45+183=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 45 (17.97% from 255 or 14.20% from 317); Blue value is 183 (71.88% from 255 or 57.73% from 317); Max value from RGB is 183 - color contains mainly: blue. Hex color #592DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592DB7 is #A6D248. Grayscale: #494949. Windows color (decimal): -10932809 or 12004697. OLE color: 12004697.
HSL color Cylindrical-coordinate representation of color #592DB7: hue angle of 259.13º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592DB7 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 45 | 183 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.28 |
| HSL | 259.13º | 0.61% | 0.45% | - |
| HSV(B) | 259.13º | 0.75% | 0.72% | - |
| XYZ | 13.61 | 7.42 | 45.51 | - |
| YUV | 73.89 | 189.58 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 183 | 0.51 | 0.75 | 0 | 0.28 | 259.13 | 0.61 | 0.45 |
| Hex | 59 | 2D | B7 | 33 | 4B | 0 | 1C | 103 | 3D | 2D |
| Octal | 131 | 55 | 267 | 63 | 113 | 0 | 34 | 403 | 75 | 55 |
| Binary | 1011001 | 101101 | 10110111 | 110011 | 1001011 | 0 | 11100 | 100000011 | 111101 | 101101 |
Color Harmonies of #592DB7
Complementary color
Monochromatic Colors of #592DB7
Black with #592DB7
Text Example
Text Example
White with #592DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592DB7; }
p { color: rgb(89,45,183); }
H1.HeaderClassName
{
color: #592DB7;
}
.AnyTagClassName
{
color: #592DB7;
}
</style>
background-color css
<style>
a { background-color: #592DB7; }
a { background-color: rgb(89,45,183); }
div.DivClassName
{
background-color: #592DB7;
}
.BgClassName
{
background-color: #592DB7;
}
</style>
border-color css
<style>
span { border-color: #592DB7; }
span { border-color: rgb(89,45,183); }
td.TdClassName
{
border-color: #592DB7;
}
.TagClassName
{
border-color: #592DB7;
}
</style>