Shades of Purple Heart #5012AC
Tints of Purple Heart #5012AC
RGB
CMYK
RGB Variations
Color information
#5012AC (or 0x5012AC) is known color: Purple Heart. HEX triplet: 50, 12 and AC. RGB value is (80,18,172). Sum of RGB (Red+Green+Blue) = 80+18+172=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #5012AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5012AC is #AFED53. Grayscale: #353535. Windows color (decimal): -11529556 or 11276880. OLE color: 11276880.
HSL color Cylindrical-coordinate representation of color #5012AC: hue angle of 264.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5012AC is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 18 | 172 | - |
| CMYK | 0.53 | 0.90 | 0 | 0.33 |
| HSL | 264.16º | 0.81% | 0.37% | - |
| HSV(B) | 264.16º | 0.9% | 0.67% | - |
| XYZ | 10.97 | 5.12 | 39.44 | - |
| YUV | 54.09 | 194.54 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 172 | 0.53 | 0.90 | 0 | 0.33 | 264.16 | 0.81 | 0.37 |
| Hex | 50 | 12 | AC | 35 | 5A | 0 | 21 | 108 | 51 | 25 |
| Octal | 120 | 22 | 254 | 65 | 132 | 0 | 41 | 410 | 121 | 45 |
| Binary | 1010000 | 10010 | 10101100 | 110101 | 1011010 | 0 | 100001 | 100001000 | 1010001 | 100101 |
Color Harmonies of #5012AC
Complementary color
Monochromatic Colors of #5012AC
Black with #5012AC
Text Example
Text Example
White with #5012AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5012AC; }
p { color: rgb(80,18,172); }
H1.HeaderClassName
{
color: #5012AC;
}
.AnyTagClassName
{
color: #5012AC;
}
</style>
background-color css
<style>
a { background-color: #5012AC; }
a { background-color: rgb(80,18,172); }
div.DivClassName
{
background-color: #5012AC;
}
.BgClassName
{
background-color: #5012AC;
}
</style>
border-color css
<style>
span { border-color: #5012AC; }
span { border-color: rgb(80,18,172); }
td.TdClassName
{
border-color: #5012AC;
}
.TagClassName
{
border-color: #5012AC;
}
</style>