Shades of Purple Heart #592BAD
Tints of Purple Heart #592BAD
RGB
CMYK
RGB Variations
Color information
#592BAD (or 0x592BAD) is known color: Purple Heart. HEX triplet: 59, 2B and AD. RGB value is (89,43,173). Sum of RGB (Red+Green+Blue) = 89+43+173=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #592BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #592BAD is #A6D452. Grayscale: #474747. Windows color (decimal): -10933331 or 11348825. OLE color: 11348825.
HSL color Cylindrical-coordinate representation of color #592BAD: hue angle of 261.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #592BAD is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 43 | 173 | - |
| CMYK | 0.49 | 0.75 | 0 | 0.32 |
| HSL | 261.23º | 0.6% | 0.42% | - |
| HSV(B) | 261.23º | 0.75% | 0.68% | - |
| XYZ | 12.53 | 6.87 | 40.2 | - |
| YUV | 71.57 | 185.24 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 43 | 173 | 0.49 | 0.75 | 0 | 0.32 | 261.23 | 0.6 | 0.42 |
| Hex | 59 | 2B | AD | 31 | 4B | 0 | 20 | 105 | 3C | 2A |
| Octal | 131 | 53 | 255 | 61 | 113 | 0 | 40 | 405 | 74 | 52 |
| Binary | 1011001 | 101011 | 10101101 | 110001 | 1001011 | 0 | 100000 | 100000101 | 111100 | 101010 |
Color Harmonies of #592BAD
Complementary color
Monochromatic Colors of #592BAD
Black with #592BAD
Text Example
Text Example
White with #592BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #592BAD; }
p { color: rgb(89,43,173); }
H1.HeaderClassName
{
color: #592BAD;
}
.AnyTagClassName
{
color: #592BAD;
}
</style>
background-color css
<style>
a { background-color: #592BAD; }
a { background-color: rgb(89,43,173); }
div.DivClassName
{
background-color: #592BAD;
}
.BgClassName
{
background-color: #592BAD;
}
</style>
border-color css
<style>
span { border-color: #592BAD; }
span { border-color: rgb(89,43,173); }
td.TdClassName
{
border-color: #592BAD;
}
.TagClassName
{
border-color: #592BAD;
}
</style>