Shades of Purple Heart #511ACC
Tints of Purple Heart #511ACC
RGB
CMYK
RGB Variations
Color information
#511ACC (or 0x511ACC) is known color: Purple Heart. HEX triplet: 51, 1A and CC. RGB value is (81,26,204). Sum of RGB (Red+Green+Blue) = 81+26+204=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #511ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ACC is #AEE533. Grayscale: #3E3E3E. Windows color (decimal): -11461940 or 13376081. OLE color: 13376081.
HSL color Cylindrical-coordinate representation of color #511ACC: hue angle of 258.54º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511ACC is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 26 | 204 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.2 |
| HSL | 258.54º | 0.77% | 0.45% | - |
| HSV(B) | 258.54º | 0.87% | 0.8% | - |
| XYZ | 14.66 | 6.85 | 57.68 | - |
| YUV | 62.74 | 207.72 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 204 | 0.60 | 0.87 | 0 | 0.2 | 258.54 | 0.77 | 0.45 |
| Hex | 51 | 1A | CC | 3C | 57 | 0 | 14 | 103 | 4D | 2D |
| Octal | 121 | 32 | 314 | 74 | 127 | 0 | 24 | 403 | 115 | 55 |
| Binary | 1010001 | 11010 | 11001100 | 111100 | 1010111 | 0 | 10100 | 100000011 | 1001101 | 101101 |
Color Harmonies of #511ACC
Complementary color
Monochromatic Colors of #511ACC
Black with #511ACC
Text Example
Text Example
White with #511ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511ACC; }
p { color: rgb(81,26,204); }
H1.HeaderClassName
{
color: #511ACC;
}
.AnyTagClassName
{
color: #511ACC;
}
</style>
background-color css
<style>
a { background-color: #511ACC; }
a { background-color: rgb(81,26,204); }
div.DivClassName
{
background-color: #511ACC;
}
.BgClassName
{
background-color: #511ACC;
}
</style>
border-color css
<style>
span { border-color: #511ACC; }
span { border-color: rgb(81,26,204); }
td.TdClassName
{
border-color: #511ACC;
}
.TagClassName
{
border-color: #511ACC;
}
</style>