Shades of Purple Heart #5116AF
Tints of Purple Heart #5116AF
RGB
CMYK
RGB Variations
Color information
#5116AF (or 0x5116AF) is known color: Purple Heart. HEX triplet: 51, 16 and AF. RGB value is (81,22,175). Sum of RGB (Red+Green+Blue) = 81+22+175=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #5116AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5116AF is #AEE950. Grayscale: #383838. Windows color (decimal): -11462993 or 11474513. OLE color: 11474513.
HSL color Cylindrical-coordinate representation of color #5116AF: hue angle of 263.14º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5116AF is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 22 | 175 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.31 |
| HSL | 263.14º | 0.78% | 0.39% | - |
| HSV(B) | 263.14º | 0.87% | 0.69% | - |
| XYZ | 11.42 | 5.42 | 41 | - |
| YUV | 57.08 | 194.55 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 175 | 0.54 | 0.87 | 0 | 0.31 | 263.14 | 0.78 | 0.39 |
| Hex | 51 | 16 | AF | 36 | 57 | 0 | 1F | 107 | 4E | 27 |
| Octal | 121 | 26 | 257 | 66 | 127 | 0 | 37 | 407 | 116 | 47 |
| Binary | 1010001 | 10110 | 10101111 | 110110 | 1010111 | 0 | 11111 | 100000111 | 1001110 | 100111 |
Color Harmonies of #5116AF
Complementary color
Monochromatic Colors of #5116AF
Black with #5116AF
Text Example
Text Example
White with #5116AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5116AF; }
p { color: rgb(81,22,175); }
H1.HeaderClassName
{
color: #5116AF;
}
.AnyTagClassName
{
color: #5116AF;
}
</style>
background-color css
<style>
a { background-color: #5116AF; }
a { background-color: rgb(81,22,175); }
div.DivClassName
{
background-color: #5116AF;
}
.BgClassName
{
background-color: #5116AF;
}
</style>
border-color css
<style>
span { border-color: #5116AF; }
span { border-color: rgb(81,22,175); }
td.TdClassName
{
border-color: #5116AF;
}
.TagClassName
{
border-color: #5116AF;
}
</style>