Shades of Purple Heart #591FCC
Tints of Purple Heart #591FCC
RGB
CMYK
RGB Variations
Color information
#591FCC (or 0x591FCC) is known color: Purple Heart. HEX triplet: 59, 1F and CC. RGB value is (89,31,204). Sum of RGB (Red+Green+Blue) = 89+31+204=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #591FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591FCC is #A6E033. Grayscale: #434343. Windows color (decimal): -10936372 or 13377369. OLE color: 13377369.
HSL color Cylindrical-coordinate representation of color #591FCC: hue angle of 260.12º 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 #591FCC is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 31 | 204 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.2 |
| HSL | 260.12º | 0.74% | 0.46% | - |
| HSV(B) | 260.12º | 0.85% | 0.8% | - |
| XYZ | 15.51 | 7.46 | 57.75 | - |
| YUV | 68.06 | 204.72 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 204 | 0.56 | 0.85 | 0 | 0.2 | 260.12 | 0.74 | 0.46 |
| Hex | 59 | 1F | CC | 38 | 55 | 0 | 14 | 104 | 4A | 2E |
| Octal | 131 | 37 | 314 | 70 | 125 | 0 | 24 | 404 | 112 | 56 |
| Binary | 1011001 | 11111 | 11001100 | 111000 | 1010101 | 0 | 10100 | 100000100 | 1001010 | 101110 |
Color Harmonies of #591FCC
Complementary color
Monochromatic Colors of #591FCC
Black with #591FCC
Text Example
Text Example
White with #591FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FCC; }
p { color: rgb(89,31,204); }
H1.HeaderClassName
{
color: #591FCC;
}
.AnyTagClassName
{
color: #591FCC;
}
</style>
background-color css
<style>
a { background-color: #591FCC; }
a { background-color: rgb(89,31,204); }
div.DivClassName
{
background-color: #591FCC;
}
.BgClassName
{
background-color: #591FCC;
}
</style>
border-color css
<style>
span { border-color: #591FCC; }
span { border-color: rgb(89,31,204); }
td.TdClassName
{
border-color: #591FCC;
}
.TagClassName
{
border-color: #591FCC;
}
</style>