Shades of Purple Heart #593BAE
Tints of Purple Heart #593BAE
RGB
CMYK
RGB Variations
Color information
#593BAE (or 0x593BAE) is known color: Purple Heart. HEX triplet: 59, 3B and AE. RGB value is (89,59,174). Sum of RGB (Red+Green+Blue) = 89+59+174=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #593BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593BAE is #A6C451. Grayscale: #505050. Windows color (decimal): -10929234 or 11418457. OLE color: 11418457.
HSL color Cylindrical-coordinate representation of color #593BAE: hue angle of 255.65º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #593BAE is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 59 | 174 | - |
| CMYK | 0.49 | 0.66 | 0 | 0.32 |
| HSL | 255.65º | 0.49% | 0.46% | - |
| HSV(B) | 255.65º | 0.66% | 0.68% | - |
| XYZ | 13.32 | 8.31 | 40.95 | - |
| YUV | 81.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 174 | 0.49 | 0.66 | 0 | 0.32 | 255.65 | 0.49 | 0.46 |
| Hex | 59 | 3B | AE | 31 | 42 | 0 | 20 | 100 | 31 | 2E |
| Octal | 131 | 73 | 256 | 61 | 102 | 0 | 40 | 400 | 61 | 56 |
| Binary | 1011001 | 111011 | 10101110 | 110001 | 1000010 | 0 | 100000 | 100000000 | 110001 | 101110 |
Color Harmonies of #593BAE
Complementary color
Monochromatic Colors of #593BAE
Black with #593BAE
Text Example
Text Example
White with #593BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BAE; }
p { color: rgb(89,59,174); }
H1.HeaderClassName
{
color: #593BAE;
}
.AnyTagClassName
{
color: #593BAE;
}
</style>
background-color css
<style>
a { background-color: #593BAE; }
a { background-color: rgb(89,59,174); }
div.DivClassName
{
background-color: #593BAE;
}
.BgClassName
{
background-color: #593BAE;
}
</style>
border-color css
<style>
span { border-color: #593BAE; }
span { border-color: rgb(89,59,174); }
td.TdClassName
{
border-color: #593BAE;
}
.TagClassName
{
border-color: #593BAE;
}
</style>