Shades of Purple Heart #5910C9
Tints of Purple Heart #5910C9
RGB
CMYK
RGB Variations
Color information
#5910C9 (or 0x5910C9) is known color: Purple Heart. HEX triplet: 59, 10 and C9. RGB value is (89,16,201). Sum of RGB (Red+Green+Blue) = 89+16+201=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 201 (78.91% from 255 or 65.69% from 306); Max value from RGB is 201 - color contains mainly: blue. Hex color #5910C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5910C9 is #A6EF36. Grayscale: #3A3A3A. Windows color (decimal): -10940215 or 13176921. OLE color: 13176921.
HSL color Cylindrical-coordinate representation of color #5910C9: hue angle of 263.68º degrees, saturation: 0.85, 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 #5910C9 is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 16 | 201 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.21 |
| HSL | 263.68º | 0.85% | 0.43% | - |
| HSV(B) | 263.68º | 0.92% | 0.79% | - |
| XYZ | 14.85 | 6.71 | 55.77 | - |
| YUV | 58.92 | 208.18 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 201 | 0.56 | 0.92 | 0 | 0.21 | 263.68 | 0.85 | 0.43 |
| Hex | 59 | 10 | C9 | 38 | 5C | 0 | 15 | 108 | 55 | 2B |
| Octal | 131 | 20 | 311 | 70 | 134 | 0 | 25 | 410 | 125 | 53 |
| Binary | 1011001 | 10000 | 11001001 | 111000 | 1011100 | 0 | 10101 | 100001000 | 1010101 | 101011 |
Color Harmonies of #5910C9
Complementary color
Monochromatic Colors of #5910C9
Black with #5910C9
Text Example
Text Example
White with #5910C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5910C9; }
p { color: rgb(89,16,201); }
H1.HeaderClassName
{
color: #5910C9;
}
.AnyTagClassName
{
color: #5910C9;
}
</style>
background-color css
<style>
a { background-color: #5910C9; }
a { background-color: rgb(89,16,201); }
div.DivClassName
{
background-color: #5910C9;
}
.BgClassName
{
background-color: #5910C9;
}
</style>
border-color css
<style>
span { border-color: #5910C9; }
span { border-color: rgb(89,16,201); }
td.TdClassName
{
border-color: #5910C9;
}
.TagClassName
{
border-color: #5910C9;
}
</style>