Shades of Purple Heart #592EDD
Tints of Purple Heart #592EDD
RGB
CMYK
RGB Variations
Color information
#592EDD (or 0x592EDD) is known color: Purple Heart. HEX triplet: 59, 2E and DD. RGB value is (89,46,221). Sum of RGB (Red+Green+Blue) = 89+46+221=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 46 (18.36% from 255 or 12.92% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #592EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592EDD is #A6D122. Grayscale: #4E4E4E. Windows color (decimal): -10932515 or 14495321. OLE color: 14495321.
HSL color Cylindrical-coordinate representation of color #592EDD: hue angle of 254.74º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #592EDD is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 46 | 221 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.13 |
| HSL | 254.74º | 0.72% | 0.52% | - |
| HSV(B) | 254.74º | 0.79% | 0.87% | - |
| XYZ | 18.15 | 9.3 | 69.24 | - |
| YUV | 78.81 | 208.25 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 46 | 221 | 0.60 | 0.79 | 0 | 0.13 | 254.74 | 0.72 | 0.52 |
| Hex | 59 | 2E | DD | 3C | 4F | 0 | D | FF | 48 | 34 |
| Octal | 131 | 56 | 335 | 74 | 117 | 0 | 15 | 377 | 110 | 64 |
| Binary | 1011001 | 101110 | 11011101 | 111100 | 1001111 | 0 | 1101 | 11111111 | 1001000 | 110100 |
Color Harmonies of #592EDD
Complementary color
Monochromatic Colors of #592EDD
Black with #592EDD
Text Example
Text Example
White with #592EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592EDD; }
p { color: rgb(89,46,221); }
H1.HeaderClassName
{
color: #592EDD;
}
.AnyTagClassName
{
color: #592EDD;
}
</style>
background-color css
<style>
a { background-color: #592EDD; }
a { background-color: rgb(89,46,221); }
div.DivClassName
{
background-color: #592EDD;
}
.BgClassName
{
background-color: #592EDD;
}
</style>
border-color css
<style>
span { border-color: #592EDD; }
span { border-color: rgb(89,46,221); }
td.TdClassName
{
border-color: #592EDD;
}
.TagClassName
{
border-color: #592EDD;
}
</style>