Shades of Purple Heart #593BB5
Tints of Purple Heart #593BB5
RGB
CMYK
RGB Variations
Color information
#593BB5 (or 0x593BB5) is known color: Purple Heart. HEX triplet: 59, 3B and B5. RGB value is (89,59,181). Sum of RGB (Red+Green+Blue) = 89+59+181=329 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.05% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 181 (71.09% from 255 or 55.02% from 329); Max value from RGB is 181 - color contains mainly: blue. Hex color #593BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BB5 is #A6C44A. Grayscale: #515151. Windows color (decimal): -10929227 or 11877209. OLE color: 11877209.
HSL color Cylindrical-coordinate representation of color #593BB5: hue angle of 254.75º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #593BB5 is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 59 | 181 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.29 |
| HSL | 254.75º | 0.51% | 0.47% | - |
| HSV(B) | 254.75º | 0.67% | 0.71% | - |
| XYZ | 14.02 | 8.59 | 44.63 | - |
| YUV | 81.88 | 183.94 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 181 | 0.51 | 0.67 | 0 | 0.29 | 254.75 | 0.51 | 0.47 |
| Hex | 59 | 3B | B5 | 33 | 43 | 0 | 1D | FF | 33 | 2F |
| Octal | 131 | 73 | 265 | 63 | 103 | 0 | 35 | 377 | 63 | 57 |
| Binary | 1011001 | 111011 | 10110101 | 110011 | 1000011 | 0 | 11101 | 11111111 | 110011 | 101111 |
Color Harmonies of #593BB5
Complementary color
Monochromatic Colors of #593BB5
Black with #593BB5
Text Example
Text Example
White with #593BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BB5; }
p { color: rgb(89,59,181); }
H1.HeaderClassName
{
color: #593BB5;
}
.AnyTagClassName
{
color: #593BB5;
}
</style>
background-color css
<style>
a { background-color: #593BB5; }
a { background-color: rgb(89,59,181); }
div.DivClassName
{
background-color: #593BB5;
}
.BgClassName
{
background-color: #593BB5;
}
</style>
border-color css
<style>
span { border-color: #593BB5; }
span { border-color: rgb(89,59,181); }
td.TdClassName
{
border-color: #593BB5;
}
.TagClassName
{
border-color: #593BB5;
}
</style>