Shades of Purple Heart #5910CF
Tints of Purple Heart #5910CF
RGB
CMYK
RGB Variations
Color information
#5910CF (or 0x5910CF) is known color: Purple Heart. HEX triplet: 59, 10 and CF. RGB value is (89,16,207). Sum of RGB (Red+Green+Blue) = 89+16+207=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #5910CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5910CF is #A6EF30. Grayscale: #3A3A3A. Windows color (decimal): -10940209 or 13570137. OLE color: 13570137.
HSL color Cylindrical-coordinate representation of color #5910CF: hue angle of 262.93º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5910CF is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 16 | 207 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.19 |
| HSL | 262.93º | 0.86% | 0.44% | - |
| HSV(B) | 262.93º | 0.92% | 0.81% | - |
| XYZ | 15.57 | 7 | 59.56 | - |
| YUV | 59.6 | 211.18 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 207 | 0.57 | 0.92 | 0 | 0.19 | 262.93 | 0.86 | 0.44 |
| Hex | 59 | 10 | CF | 39 | 5C | 0 | 13 | 107 | 56 | 2C |
| Octal | 131 | 20 | 317 | 71 | 134 | 0 | 23 | 407 | 126 | 54 |
| Binary | 1011001 | 10000 | 11001111 | 111001 | 1011100 | 0 | 10011 | 100000111 | 1010110 | 101100 |
Color Harmonies of #5910CF
Complementary color
Monochromatic Colors of #5910CF
Black with #5910CF
Text Example
Text Example
White with #5910CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5910CF; }
p { color: rgb(89,16,207); }
H1.HeaderClassName
{
color: #5910CF;
}
.AnyTagClassName
{
color: #5910CF;
}
</style>
background-color css
<style>
a { background-color: #5910CF; }
a { background-color: rgb(89,16,207); }
div.DivClassName
{
background-color: #5910CF;
}
.BgClassName
{
background-color: #5910CF;
}
</style>
border-color css
<style>
span { border-color: #5910CF; }
span { border-color: rgb(89,16,207); }
td.TdClassName
{
border-color: #5910CF;
}
.TagClassName
{
border-color: #5910CF;
}
</style>