Shades of Purple Heart #593BDF
Tints of Purple Heart #593BDF
RGB
CMYK
RGB Variations
Color information
#593BDF (or 0x593BDF) is known color: Purple Heart. HEX triplet: 59, 3B and DF. RGB value is (89,59,223). Sum of RGB (Red+Green+Blue) = 89+59+223=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #593BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BDF is #A6C420. Grayscale: #565656. Windows color (decimal): -10929185 or 14629721. OLE color: 14629721.
HSL color Cylindrical-coordinate representation of color #593BDF: hue angle of 250.98º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #593BDF is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 59 | 223 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.13 |
| HSL | 250.98º | 0.72% | 0.55% | - |
| HSV(B) | 250.98º | 0.74% | 0.87% | - |
| XYZ | 19 | 10.58 | 70.85 | - |
| YUV | 86.67 | 204.94 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 223 | 0.60 | 0.74 | 0 | 0.13 | 250.98 | 0.72 | 0.55 |
| Hex | 59 | 3B | DF | 3C | 4A | 0 | D | FB | 48 | 37 |
| Octal | 131 | 73 | 337 | 74 | 112 | 0 | 15 | 373 | 110 | 67 |
| Binary | 1011001 | 111011 | 11011111 | 111100 | 1001010 | 0 | 1101 | 11111011 | 1001000 | 110111 |
Color Harmonies of #593BDF
Complementary color
Monochromatic Colors of #593BDF
Black with #593BDF
Text Example
Text Example
White with #593BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BDF; }
p { color: rgb(89,59,223); }
H1.HeaderClassName
{
color: #593BDF;
}
.AnyTagClassName
{
color: #593BDF;
}
</style>
background-color css
<style>
a { background-color: #593BDF; }
a { background-color: rgb(89,59,223); }
div.DivClassName
{
background-color: #593BDF;
}
.BgClassName
{
background-color: #593BDF;
}
</style>
border-color css
<style>
span { border-color: #593BDF; }
span { border-color: rgb(89,59,223); }
td.TdClassName
{
border-color: #593BDF;
}
.TagClassName
{
border-color: #593BDF;
}
</style>