Shades of Purple Heart #5012AF
Tints of Purple Heart #5012AF
RGB
CMYK
RGB Variations
Color information
#5012AF (or 0x5012AF) is known color: Purple Heart. HEX triplet: 50, 12 and AF. RGB value is (80,18,175). Sum of RGB (Red+Green+Blue) = 80+18+175=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #5012AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5012AF is #AFED50. Grayscale: #353535. Windows color (decimal): -11529553 or 11473488. OLE color: 11473488.
HSL color Cylindrical-coordinate representation of color #5012AF: hue angle of 263.69º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5012AF is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 18 | 175 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.31 |
| HSL | 263.69º | 0.81% | 0.38% | - |
| HSV(B) | 263.69º | 0.9% | 0.69% | - |
| XYZ | 11.26 | 5.23 | 40.97 | - |
| YUV | 54.44 | 196.04 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 175 | 0.54 | 0.90 | 0 | 0.31 | 263.69 | 0.81 | 0.38 |
| Hex | 50 | 12 | AF | 36 | 5A | 0 | 1F | 108 | 51 | 26 |
| Octal | 120 | 22 | 257 | 66 | 132 | 0 | 37 | 410 | 121 | 46 |
| Binary | 1010000 | 10010 | 10101111 | 110110 | 1011010 | 0 | 11111 | 100001000 | 1010001 | 100110 |
Color Harmonies of #5012AF
Complementary color
Monochromatic Colors of #5012AF
Black with #5012AF
Text Example
Text Example
White with #5012AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5012AF; }
p { color: rgb(80,18,175); }
H1.HeaderClassName
{
color: #5012AF;
}
.AnyTagClassName
{
color: #5012AF;
}
</style>
background-color css
<style>
a { background-color: #5012AF; }
a { background-color: rgb(80,18,175); }
div.DivClassName
{
background-color: #5012AF;
}
.BgClassName
{
background-color: #5012AF;
}
</style>
border-color css
<style>
span { border-color: #5012AF; }
span { border-color: rgb(80,18,175); }
td.TdClassName
{
border-color: #5012AF;
}
.TagClassName
{
border-color: #5012AF;
}
</style>