Shades of Purple Heart #511AC2
Tints of Purple Heart #511AC2
RGB
CMYK
RGB Variations
Color information
#511AC2 (or 0x511AC2) is known color: Purple Heart. HEX triplet: 51, 1A and C2. RGB value is (81,26,194). Sum of RGB (Red+Green+Blue) = 81+26+194=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 194 (76.17% from 255 or 64.45% from 301); Max value from RGB is 194 - color contains mainly: blue. Hex color #511AC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511AC2 is #AEE53D. Grayscale: #3C3C3C. Windows color (decimal): -11461950 or 12720721. OLE color: 12720721.
HSL color Cylindrical-coordinate representation of color #511AC2: hue angle of 259.64º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511AC2 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 26 | 194 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.24 |
| HSL | 259.64º | 0.76% | 0.43% | - |
| HSV(B) | 259.64º | 0.87% | 0.76% | - |
| XYZ | 13.5 | 6.38 | 51.56 | - |
| YUV | 61.6 | 202.72 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 194 | 0.58 | 0.87 | 0 | 0.24 | 259.64 | 0.76 | 0.43 |
| Hex | 51 | 1A | C2 | 3A | 57 | 0 | 18 | 104 | 4C | 2B |
| Octal | 121 | 32 | 302 | 72 | 127 | 0 | 30 | 404 | 114 | 53 |
| Binary | 1010001 | 11010 | 11000010 | 111010 | 1010111 | 0 | 11000 | 100000100 | 1001100 | 101011 |
Color Harmonies of #511AC2
Complementary color
Monochromatic Colors of #511AC2
Black with #511AC2
Text Example
Text Example
White with #511AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511AC2; }
p { color: rgb(81,26,194); }
H1.HeaderClassName
{
color: #511AC2;
}
.AnyTagClassName
{
color: #511AC2;
}
</style>
background-color css
<style>
a { background-color: #511AC2; }
a { background-color: rgb(81,26,194); }
div.DivClassName
{
background-color: #511AC2;
}
.BgClassName
{
background-color: #511AC2;
}
</style>
border-color css
<style>
span { border-color: #511AC2; }
span { border-color: rgb(81,26,194); }
td.TdClassName
{
border-color: #511AC2;
}
.TagClassName
{
border-color: #511AC2;
}
</style>