Shades of Purple Heart #591CCD
Tints of Purple Heart #591CCD
RGB
CMYK
RGB Variations
Color information
#591CCD (or 0x591CCD) is known color: Purple Heart. HEX triplet: 59, 1C and CD. RGB value is (89,28,205). Sum of RGB (Red+Green+Blue) = 89+28+205=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #591CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591CCD is #A6E332. Grayscale: #414141. Windows color (decimal): -10937139 or 13442137. OLE color: 13442137.
HSL color Cylindrical-coordinate representation of color #591CCD: hue angle of 260.68º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591CCD is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 28 | 205 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.20 |
| HSL | 260.68º | 0.76% | 0.46% | - |
| HSV(B) | 260.68º | 0.86% | 0.8% | - |
| XYZ | 15.55 | 7.36 | 58.36 | - |
| YUV | 66.42 | 206.21 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 205 | 0.57 | 0.86 | 0 | 0.20 | 260.68 | 0.76 | 0.46 |
| Hex | 59 | 1C | CD | 39 | 56 | 0 | 14 | 105 | 4C | 2E |
| Octal | 131 | 34 | 315 | 71 | 126 | 0 | 24 | 405 | 114 | 56 |
| Binary | 1011001 | 11100 | 11001101 | 111001 | 1010110 | 0 | 10100 | 100000101 | 1001100 | 101110 |
Color Harmonies of #591CCD
Complementary color
Monochromatic Colors of #591CCD
Black with #591CCD
Text Example
Text Example
White with #591CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591CCD; }
p { color: rgb(89,28,205); }
H1.HeaderClassName
{
color: #591CCD;
}
.AnyTagClassName
{
color: #591CCD;
}
</style>
background-color css
<style>
a { background-color: #591CCD; }
a { background-color: rgb(89,28,205); }
div.DivClassName
{
background-color: #591CCD;
}
.BgClassName
{
background-color: #591CCD;
}
</style>
border-color css
<style>
span { border-color: #591CCD; }
span { border-color: rgb(89,28,205); }
td.TdClassName
{
border-color: #591CCD;
}
.TagClassName
{
border-color: #591CCD;
}
</style>