Shades of Purple Heart #591ECB
Tints of Purple Heart #591ECB
RGB
CMYK
RGB Variations
Color information
#591ECB (or 0x591ECB) is known color: Purple Heart. HEX triplet: 59, 1E and CB. RGB value is (89,30,203). Sum of RGB (Red+Green+Blue) = 89+30+203=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 203 (79.69% from 255 or 63.04% from 322); Max value from RGB is 203 - color contains mainly: blue. Hex color #591ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591ECB is #A6E134. Grayscale: #424242. Windows color (decimal): -10936629 or 13311577. OLE color: 13311577.
HSL color Cylindrical-coordinate representation of color #591ECB: hue angle of 260.46º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591ECB is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 30 | 203 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.20 |
| HSL | 260.46º | 0.74% | 0.46% | - |
| HSV(B) | 260.46º | 0.85% | 0.8% | - |
| XYZ | 15.36 | 7.36 | 57.11 | - |
| YUV | 67.36 | 204.55 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 203 | 0.56 | 0.85 | 0 | 0.20 | 260.46 | 0.74 | 0.46 |
| Hex | 59 | 1E | CB | 38 | 55 | 0 | 14 | 104 | 4A | 2E |
| Octal | 131 | 36 | 313 | 70 | 125 | 0 | 24 | 404 | 112 | 56 |
| Binary | 1011001 | 11110 | 11001011 | 111000 | 1010101 | 0 | 10100 | 100000100 | 1001010 | 101110 |
Color Harmonies of #591ECB
Complementary color
Monochromatic Colors of #591ECB
Black with #591ECB
Text Example
Text Example
White with #591ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591ECB; }
p { color: rgb(89,30,203); }
H1.HeaderClassName
{
color: #591ECB;
}
.AnyTagClassName
{
color: #591ECB;
}
</style>
background-color css
<style>
a { background-color: #591ECB; }
a { background-color: rgb(89,30,203); }
div.DivClassName
{
background-color: #591ECB;
}
.BgClassName
{
background-color: #591ECB;
}
</style>
border-color css
<style>
span { border-color: #591ECB; }
span { border-color: rgb(89,30,203); }
td.TdClassName
{
border-color: #591ECB;
}
.TagClassName
{
border-color: #591ECB;
}
</style>