Shades of Purple Heart #593BC1
Tints of Purple Heart #593BC1
RGB
CMYK
RGB Variations
Color information
#593BC1 (or 0x593BC1) is known color: Purple Heart. HEX triplet: 59, 3B and C1. RGB value is (89,59,193). Sum of RGB (Red+Green+Blue) = 89+59+193=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #593BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593BC1 is #A6C43E. Grayscale: #525252. Windows color (decimal): -10929215 or 12663641. OLE color: 12663641.
HSL color Cylindrical-coordinate representation of color #593BC1: hue angle of 253.43º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #593BC1 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 59 | 193 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.24 |
| HSL | 253.43º | 0.53% | 0.49% | - |
| HSV(B) | 253.43º | 0.69% | 0.76% | - |
| XYZ | 15.31 | 9.1 | 51.4 | - |
| YUV | 83.25 | 189.94 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 193 | 0.54 | 0.69 | 0 | 0.24 | 253.43 | 0.53 | 0.49 |
| Hex | 59 | 3B | C1 | 36 | 45 | 0 | 18 | FD | 35 | 31 |
| Octal | 131 | 73 | 301 | 66 | 105 | 0 | 30 | 375 | 65 | 61 |
| Binary | 1011001 | 111011 | 11000001 | 110110 | 1000101 | 0 | 11000 | 11111101 | 110101 | 110001 |
Color Harmonies of #593BC1
Complementary color
Monochromatic Colors of #593BC1
Black with #593BC1
Text Example
Text Example
White with #593BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593BC1; }
p { color: rgb(89,59,193); }
H1.HeaderClassName
{
color: #593BC1;
}
.AnyTagClassName
{
color: #593BC1;
}
</style>
background-color css
<style>
a { background-color: #593BC1; }
a { background-color: rgb(89,59,193); }
div.DivClassName
{
background-color: #593BC1;
}
.BgClassName
{
background-color: #593BC1;
}
</style>
border-color css
<style>
span { border-color: #593BC1; }
span { border-color: rgb(89,59,193); }
td.TdClassName
{
border-color: #593BC1;
}
.TagClassName
{
border-color: #593BC1;
}
</style>