Shades of Purple Heart #5013AB
Tints of Purple Heart #5013AB
RGB
CMYK
RGB Variations
Color information
#5013AB (or 0x5013AB) is known color: Purple Heart. HEX triplet: 50, 13 and AB. RGB value is (80,19,171). Sum of RGB (Red+Green+Blue) = 80+19+171=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #5013AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5013AB is #AFEC54. Grayscale: #363636. Windows color (decimal): -11529301 or 11211600. OLE color: 11211600.
HSL color Cylindrical-coordinate representation of color #5013AB: hue angle of 264.08º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5013AB is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 19 | 171 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.33 |
| HSL | 264.08º | 0.8% | 0.37% | - |
| HSV(B) | 264.08º | 0.89% | 0.67% | - |
| XYZ | 10.89 | 5.11 | 38.94 | - |
| YUV | 54.57 | 193.71 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 171 | 0.53 | 0.89 | 0 | 0.33 | 264.08 | 0.8 | 0.37 |
| Hex | 50 | 13 | AB | 35 | 59 | 0 | 21 | 108 | 50 | 25 |
| Octal | 120 | 23 | 253 | 65 | 131 | 0 | 41 | 410 | 120 | 45 |
| Binary | 1010000 | 10011 | 10101011 | 110101 | 1011001 | 0 | 100001 | 100001000 | 1010000 | 100101 |
Color Harmonies of #5013AB
Complementary color
Monochromatic Colors of #5013AB
Black with #5013AB
Text Example
Text Example
White with #5013AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5013AB; }
p { color: rgb(80,19,171); }
H1.HeaderClassName
{
color: #5013AB;
}
.AnyTagClassName
{
color: #5013AB;
}
</style>
background-color css
<style>
a { background-color: #5013AB; }
a { background-color: rgb(80,19,171); }
div.DivClassName
{
background-color: #5013AB;
}
.BgClassName
{
background-color: #5013AB;
}
</style>
border-color css
<style>
span { border-color: #5013AB; }
span { border-color: rgb(80,19,171); }
td.TdClassName
{
border-color: #5013AB;
}
.TagClassName
{
border-color: #5013AB;
}
</style>