Shades of Purple Heart #5110CD
Tints of Purple Heart #5110CD
RGB
CMYK
RGB Variations
Color information
#5110CD (or 0x5110CD) is known color: Purple Heart. HEX triplet: 51, 10 and CD. RGB value is (81,16,205). Sum of RGB (Red+Green+Blue) = 81+16+205=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #5110CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5110CD is #AEEF32. Grayscale: #383838. Windows color (decimal): -11464499 or 13439057. OLE color: 13439057.
HSL color Cylindrical-coordinate representation of color #5110CD: hue angle of 260.63º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5110CD is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 16 | 205 | - |
| CMYK | 0.60 | 0.92 | 0 | 0.20 |
| HSL | 260.63º | 0.86% | 0.43% | - |
| HSV(B) | 260.63º | 0.92% | 0.8% | - |
| XYZ | 14.6 | 6.53 | 58.25 | - |
| YUV | 56.98 | 211.53 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 205 | 0.60 | 0.92 | 0 | 0.20 | 260.63 | 0.86 | 0.43 |
| Hex | 51 | 10 | CD | 3C | 5C | 0 | 14 | 105 | 56 | 2B |
| Octal | 121 | 20 | 315 | 74 | 134 | 0 | 24 | 405 | 126 | 53 |
| Binary | 1010001 | 10000 | 11001101 | 111100 | 1011100 | 0 | 10100 | 100000101 | 1010110 | 101011 |
Color Harmonies of #5110CD
Complementary color
Monochromatic Colors of #5110CD
Black with #5110CD
Text Example
Text Example
White with #5110CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5110CD; }
p { color: rgb(81,16,205); }
H1.HeaderClassName
{
color: #5110CD;
}
.AnyTagClassName
{
color: #5110CD;
}
</style>
background-color css
<style>
a { background-color: #5110CD; }
a { background-color: rgb(81,16,205); }
div.DivClassName
{
background-color: #5110CD;
}
.BgClassName
{
background-color: #5110CD;
}
</style>
border-color css
<style>
span { border-color: #5110CD; }
span { border-color: rgb(81,16,205); }
td.TdClassName
{
border-color: #5110CD;
}
.TagClassName
{
border-color: #5110CD;
}
</style>