Shades of Purple Heart #5110AD
Tints of Purple Heart #5110AD
RGB
CMYK
RGB Variations
Color information
#5110AD (or 0x5110AD) is known color: Purple Heart. HEX triplet: 51, 10 and AD. RGB value is (81,16,173). Sum of RGB (Red+Green+Blue) = 81+16+173=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #5110AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5110AD is #AEEF52. Grayscale: #343434. Windows color (decimal): -11464531 or 11341905. OLE color: 11341905.
HSL color Cylindrical-coordinate representation of color #5110AD: hue angle of 264.84º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5110AD is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 16 | 173 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.32 |
| HSL | 264.84º | 0.83% | 0.37% | - |
| HSV(B) | 264.84º | 0.91% | 0.68% | - |
| XYZ | 11.12 | 5.14 | 39.94 | - |
| YUV | 53.33 | 195.53 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 173 | 0.53 | 0.91 | 0 | 0.32 | 264.84 | 0.83 | 0.37 |
| Hex | 51 | 10 | AD | 35 | 5B | 0 | 20 | 109 | 53 | 25 |
| Octal | 121 | 20 | 255 | 65 | 133 | 0 | 40 | 411 | 123 | 45 |
| Binary | 1010001 | 10000 | 10101101 | 110101 | 1011011 | 0 | 100000 | 100001001 | 1010011 | 100101 |
Color Harmonies of #5110AD
Complementary color
Monochromatic Colors of #5110AD
Black with #5110AD
Text Example
Text Example
White with #5110AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5110AD; }
p { color: rgb(81,16,173); }
H1.HeaderClassName
{
color: #5110AD;
}
.AnyTagClassName
{
color: #5110AD;
}
</style>
background-color css
<style>
a { background-color: #5110AD; }
a { background-color: rgb(81,16,173); }
div.DivClassName
{
background-color: #5110AD;
}
.BgClassName
{
background-color: #5110AD;
}
</style>
border-color css
<style>
span { border-color: #5110AD; }
span { border-color: rgb(81,16,173); }
td.TdClassName
{
border-color: #5110AD;
}
.TagClassName
{
border-color: #5110AD;
}
</style>