Shades of Purple Heart #593FC7
Tints of Purple Heart #593FC7
RGB
CMYK
RGB Variations
Color information
#593FC7 (or 0x593FC7) is known color: Purple Heart. HEX triplet: 59, 3F and C7. RGB value is (89,63,199). Sum of RGB (Red+Green+Blue) = 89+63+199=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 199 (78.12% from 255 or 56.70% from 351); Max value from RGB is 199 - color contains mainly: blue. Hex color #593FC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #593FC7 is #A6C038. Grayscale: #555555. Windows color (decimal): -10928185 or 13057881. OLE color: 13057881.
HSL color Cylindrical-coordinate representation of color #593FC7: hue angle of 251.47º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #593FC7 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 63 | 199 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.22 |
| HSL | 251.47º | 0.55% | 0.51% | - |
| HSV(B) | 251.47º | 0.68% | 0.78% | - |
| XYZ | 16.21 | 9.8 | 55.07 | - |
| YUV | 86.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 63 | 199 | 0.55 | 0.68 | 0 | 0.22 | 251.47 | 0.55 | 0.51 |
| Hex | 59 | 3F | C7 | 37 | 44 | 0 | 16 | FB | 37 | 33 |
| Octal | 131 | 77 | 307 | 67 | 104 | 0 | 26 | 373 | 67 | 63 |
| Binary | 1011001 | 111111 | 11000111 | 110111 | 1000100 | 0 | 10110 | 11111011 | 110111 | 110011 |
Color Harmonies of #593FC7
Complementary color
Monochromatic Colors of #593FC7
Black with #593FC7
Text Example
Text Example
White with #593FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593FC7; }
p { color: rgb(89,63,199); }
H1.HeaderClassName
{
color: #593FC7;
}
.AnyTagClassName
{
color: #593FC7;
}
</style>
background-color css
<style>
a { background-color: #593FC7; }
a { background-color: rgb(89,63,199); }
div.DivClassName
{
background-color: #593FC7;
}
.BgClassName
{
background-color: #593FC7;
}
</style>
border-color css
<style>
span { border-color: #593FC7; }
span { border-color: rgb(89,63,199); }
td.TdClassName
{
border-color: #593FC7;
}
.TagClassName
{
border-color: #593FC7;
}
</style>