Shades of Purple Heart #5911CA
Tints of Purple Heart #5911CA
RGB
CMYK
RGB Variations
Color information
#5911CA (or 0x5911CA) is known color: Purple Heart. HEX triplet: 59, 11 and CA. RGB value is (89,17,202). Sum of RGB (Red+Green+Blue) = 89+17+202=308 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.90% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 202 (79.30% from 255 or 65.58% from 308); Max value from RGB is 202 - color contains mainly: blue. Hex color #5911CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5911CA is #A6EE35. Grayscale: #3A3A3A. Windows color (decimal): -10939958 or 13242713. OLE color: 13242713.
HSL color Cylindrical-coordinate representation of color #5911CA: hue angle of 263.35º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5911CA is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 17 | 202 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.21 |
| HSL | 263.35º | 0.84% | 0.43% | - |
| HSV(B) | 263.35º | 0.92% | 0.79% | - |
| XYZ | 14.98 | 6.79 | 56.4 | - |
| YUV | 59.62 | 208.35 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 202 | 0.56 | 0.92 | 0 | 0.21 | 263.35 | 0.84 | 0.43 |
| Hex | 59 | 11 | CA | 38 | 5C | 0 | 15 | 107 | 54 | 2B |
| Octal | 131 | 21 | 312 | 70 | 134 | 0 | 25 | 407 | 124 | 53 |
| Binary | 1011001 | 10001 | 11001010 | 111000 | 1011100 | 0 | 10101 | 100000111 | 1010100 | 101011 |
Color Harmonies of #5911CA
Complementary color
Monochromatic Colors of #5911CA
Black with #5911CA
Text Example
Text Example
White with #5911CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5911CA; }
p { color: rgb(89,17,202); }
H1.HeaderClassName
{
color: #5911CA;
}
.AnyTagClassName
{
color: #5911CA;
}
</style>
background-color css
<style>
a { background-color: #5911CA; }
a { background-color: rgb(89,17,202); }
div.DivClassName
{
background-color: #5911CA;
}
.BgClassName
{
background-color: #5911CA;
}
</style>
border-color css
<style>
span { border-color: #5911CA; }
span { border-color: rgb(89,17,202); }
td.TdClassName
{
border-color: #5911CA;
}
.TagClassName
{
border-color: #5911CA;
}
</style>