Shades of Purple Heart #5117C9
Tints of Purple Heart #5117C9
RGB
CMYK
RGB Variations
Color information
#5117C9 (or 0x5117C9) is known color: Purple Heart. HEX triplet: 51, 17 and C9. RGB value is (81,23,201). Sum of RGB (Red+Green+Blue) = 81+23+201=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 201 (78.91% from 255 or 65.90% from 305); Max value from RGB is 201 - color contains mainly: blue. Hex color #5117C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5117C9 is #AEE836. Grayscale: #3B3B3B. Windows color (decimal): -11462711 or 13178705. OLE color: 13178705.
HSL color Cylindrical-coordinate representation of color #5117C9: hue angle of 259.55º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5117C9 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 23 | 201 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.21 |
| HSL | 259.55º | 0.79% | 0.44% | - |
| HSV(B) | 259.55º | 0.89% | 0.79% | - |
| XYZ | 14.24 | 6.58 | 55.78 | - |
| YUV | 60.63 | 207.22 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 201 | 0.60 | 0.89 | 0 | 0.21 | 259.55 | 0.79 | 0.44 |
| Hex | 51 | 17 | C9 | 3C | 59 | 0 | 15 | 104 | 4F | 2C |
| Octal | 121 | 27 | 311 | 74 | 131 | 0 | 25 | 404 | 117 | 54 |
| Binary | 1010001 | 10111 | 11001001 | 111100 | 1011001 | 0 | 10101 | 100000100 | 1001111 | 101100 |
Color Harmonies of #5117C9
Complementary color
Monochromatic Colors of #5117C9
Black with #5117C9
Text Example
Text Example
White with #5117C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5117C9; }
p { color: rgb(81,23,201); }
H1.HeaderClassName
{
color: #5117C9;
}
.AnyTagClassName
{
color: #5117C9;
}
</style>
background-color css
<style>
a { background-color: #5117C9; }
a { background-color: rgb(81,23,201); }
div.DivClassName
{
background-color: #5117C9;
}
.BgClassName
{
background-color: #5117C9;
}
</style>
border-color css
<style>
span { border-color: #5117C9; }
span { border-color: rgb(81,23,201); }
td.TdClassName
{
border-color: #5117C9;
}
.TagClassName
{
border-color: #5117C9;
}
</style>