Shades of Purple Heart #591FCB
Tints of Purple Heart #591FCB
RGB
CMYK
RGB Variations
Color information
#591FCB (or 0x591FCB) is known color: Purple Heart. HEX triplet: 59, 1F and CB. RGB value is (89,31,203). Sum of RGB (Red+Green+Blue) = 89+31+203=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #591FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591FCB is #A6E034. Grayscale: #434343. Windows color (decimal): -10936373 or 13311833. OLE color: 13311833.
HSL color Cylindrical-coordinate representation of color #591FCB: hue angle of 260.23º 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 #591FCB is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 31 | 203 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.20 |
| HSL | 260.23º | 0.74% | 0.46% | - |
| HSV(B) | 260.23º | 0.85% | 0.8% | - |
| XYZ | 15.39 | 7.42 | 57.12 | - |
| YUV | 67.95 | 204.22 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 203 | 0.56 | 0.85 | 0 | 0.20 | 260.23 | 0.74 | 0.46 |
| Hex | 59 | 1F | CB | 38 | 55 | 0 | 14 | 104 | 4A | 2E |
| Octal | 131 | 37 | 313 | 70 | 125 | 0 | 24 | 404 | 112 | 56 |
| Binary | 1011001 | 11111 | 11001011 | 111000 | 1010101 | 0 | 10100 | 100000100 | 1001010 | 101110 |
Color Harmonies of #591FCB
Complementary color
Monochromatic Colors of #591FCB
Black with #591FCB
Text Example
Text Example
White with #591FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FCB; }
p { color: rgb(89,31,203); }
H1.HeaderClassName
{
color: #591FCB;
}
.AnyTagClassName
{
color: #591FCB;
}
</style>
background-color css
<style>
a { background-color: #591FCB; }
a { background-color: rgb(89,31,203); }
div.DivClassName
{
background-color: #591FCB;
}
.BgClassName
{
background-color: #591FCB;
}
</style>
border-color css
<style>
span { border-color: #591FCB; }
span { border-color: rgb(89,31,203); }
td.TdClassName
{
border-color: #591FCB;
}
.TagClassName
{
border-color: #591FCB;
}
</style>