Shades of Purple Heart #5117CF
Tints of Purple Heart #5117CF
RGB
CMYK
RGB Variations
Color information
#5117CF (or 0x5117CF) is known color: Purple Heart. HEX triplet: 51, 17 and CF. RGB value is (81,23,207). Sum of RGB (Red+Green+Blue) = 81+23+207=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #5117CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5117CF is #AEE830. Grayscale: #3C3C3C. Windows color (decimal): -11462705 or 13571921. OLE color: 13571921.
HSL color Cylindrical-coordinate representation of color #5117CF: hue angle of 258.91º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5117CF is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 23 | 207 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.19 |
| HSL | 258.91º | 0.8% | 0.45% | - |
| HSV(B) | 258.91º | 0.89% | 0.81% | - |
| XYZ | 14.96 | 6.87 | 59.57 | - |
| YUV | 61.32 | 210.22 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 207 | 0.61 | 0.89 | 0 | 0.19 | 258.91 | 0.8 | 0.45 |
| Hex | 51 | 17 | CF | 3D | 59 | 0 | 13 | 103 | 50 | 2D |
| Octal | 121 | 27 | 317 | 75 | 131 | 0 | 23 | 403 | 120 | 55 |
| Binary | 1010001 | 10111 | 11001111 | 111101 | 1011001 | 0 | 10011 | 100000011 | 1010000 | 101101 |
Color Harmonies of #5117CF
Complementary color
Monochromatic Colors of #5117CF
Black with #5117CF
Text Example
Text Example
White with #5117CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5117CF; }
p { color: rgb(81,23,207); }
H1.HeaderClassName
{
color: #5117CF;
}
.AnyTagClassName
{
color: #5117CF;
}
</style>
background-color css
<style>
a { background-color: #5117CF; }
a { background-color: rgb(81,23,207); }
div.DivClassName
{
background-color: #5117CF;
}
.BgClassName
{
background-color: #5117CF;
}
</style>
border-color css
<style>
span { border-color: #5117CF; }
span { border-color: rgb(81,23,207); }
td.TdClassName
{
border-color: #5117CF;
}
.TagClassName
{
border-color: #5117CF;
}
</style>