Shades of Purple Heart #592DDB
Tints of Purple Heart #592DDB
RGB
CMYK
RGB Variations
Color information
#592DDB (or 0x592DDB) is known color: Purple Heart. HEX triplet: 59, 2D and DB. RGB value is (89,45,219). Sum of RGB (Red+Green+Blue) = 89+45+219=353 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.21% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #592DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #592DDB is #A6D224. Grayscale: #4D4D4D. Windows color (decimal): -10932773 or 14363993. OLE color: 14363993.
HSL color Cylindrical-coordinate representation of color #592DDB: hue angle of 255.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #592DDB is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 45 | 219 | - |
| CMYK | 0.59 | 0.79 | 0 | 0.14 |
| HSL | 255.17º | 0.71% | 0.52% | - |
| HSV(B) | 255.17º | 0.79% | 0.86% | - |
| XYZ | 17.84 | 9.12 | 67.84 | - |
| YUV | 77.99 | 207.58 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 45 | 219 | 0.59 | 0.79 | 0 | 0.14 | 255.17 | 0.71 | 0.52 |
| Hex | 59 | 2D | DB | 3B | 4F | 0 | E | FF | 47 | 34 |
| Octal | 131 | 55 | 333 | 73 | 117 | 0 | 16 | 377 | 107 | 64 |
| Binary | 1011001 | 101101 | 11011011 | 111011 | 1001111 | 0 | 1110 | 11111111 | 1000111 | 110100 |
Color Harmonies of #592DDB
Complementary color
Monochromatic Colors of #592DDB
Black with #592DDB
Text Example
Text Example
White with #592DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592DDB; }
p { color: rgb(89,45,219); }
H1.HeaderClassName
{
color: #592DDB;
}
.AnyTagClassName
{
color: #592DDB;
}
</style>
background-color css
<style>
a { background-color: #592DDB; }
a { background-color: rgb(89,45,219); }
div.DivClassName
{
background-color: #592DDB;
}
.BgClassName
{
background-color: #592DDB;
}
</style>
border-color css
<style>
span { border-color: #592DDB; }
span { border-color: rgb(89,45,219); }
td.TdClassName
{
border-color: #592DDB;
}
.TagClassName
{
border-color: #592DDB;
}
</style>