Shades of Purple Heart #593BBF
Tints of Purple Heart #593BBF
RGB
CMYK
RGB Variations
Color information
#593BBF (or 0x593BBF) is known color: Purple Heart. HEX triplet: 59, 3B and BF. RGB value is (89,59,191). Sum of RGB (Red+Green+Blue) = 89+59+191=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #593BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BBF is #A6C440. Grayscale: #525252. Windows color (decimal): -10929217 or 12532569. OLE color: 12532569.
HSL color Cylindrical-coordinate representation of color #593BBF: hue angle of 253.64º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #593BBF is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 59 | 191 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.25 |
| HSL | 253.64º | 0.53% | 0.49% | - |
| HSV(B) | 253.64º | 0.69% | 0.75% | - |
| XYZ | 15.09 | 9.01 | 50.23 | - |
| YUV | 83.02 | 188.94 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 191 | 0.53 | 0.69 | 0 | 0.25 | 253.64 | 0.53 | 0.49 |
| Hex | 59 | 3B | BF | 35 | 45 | 0 | 19 | FE | 35 | 31 |
| Octal | 131 | 73 | 277 | 65 | 105 | 0 | 31 | 376 | 65 | 61 |
| Binary | 1011001 | 111011 | 10111111 | 110101 | 1000101 | 0 | 11001 | 11111110 | 110101 | 110001 |
Color Harmonies of #593BBF
Complementary color
Monochromatic Colors of #593BBF
Black with #593BBF
Text Example
Text Example
White with #593BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BBF; }
p { color: rgb(89,59,191); }
H1.HeaderClassName
{
color: #593BBF;
}
.AnyTagClassName
{
color: #593BBF;
}
</style>
background-color css
<style>
a { background-color: #593BBF; }
a { background-color: rgb(89,59,191); }
div.DivClassName
{
background-color: #593BBF;
}
.BgClassName
{
background-color: #593BBF;
}
</style>
border-color css
<style>
span { border-color: #593BBF; }
span { border-color: rgb(89,59,191); }
td.TdClassName
{
border-color: #593BBF;
}
.TagClassName
{
border-color: #593BBF;
}
</style>