Shades of Purple Heart #5017AB
Tints of Purple Heart #5017AB
RGB
CMYK
RGB Variations
Color information
#5017AB (or 0x5017AB) is known color: Purple Heart. HEX triplet: 50, 17 and AB. RGB value is (80,23,171). Sum of RGB (Red+Green+Blue) = 80+23+171=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #5017AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5017AB is #AFE854. Grayscale: #383838. Windows color (decimal): -11528277 or 11212624. OLE color: 11212624.
HSL color Cylindrical-coordinate representation of color #5017AB: hue angle of 263.11º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5017AB is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 23 | 171 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.33 |
| HSL | 263.11º | 0.76% | 0.38% | - |
| HSV(B) | 263.11º | 0.87% | 0.67% | - |
| XYZ | 10.97 | 5.26 | 38.97 | - |
| YUV | 56.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 171 | 0.53 | 0.87 | 0 | 0.33 | 263.11 | 0.76 | 0.38 |
| Hex | 50 | 17 | AB | 35 | 57 | 0 | 21 | 107 | 4C | 26 |
| Octal | 120 | 27 | 253 | 65 | 127 | 0 | 41 | 407 | 114 | 46 |
| Binary | 1010000 | 10111 | 10101011 | 110101 | 1010111 | 0 | 100001 | 100000111 | 1001100 | 100110 |
Color Harmonies of #5017AB
Complementary color
Monochromatic Colors of #5017AB
Black with #5017AB
Text Example
Text Example
White with #5017AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5017AB; }
p { color: rgb(80,23,171); }
H1.HeaderClassName
{
color: #5017AB;
}
.AnyTagClassName
{
color: #5017AB;
}
</style>
background-color css
<style>
a { background-color: #5017AB; }
a { background-color: rgb(80,23,171); }
div.DivClassName
{
background-color: #5017AB;
}
.BgClassName
{
background-color: #5017AB;
}
</style>
border-color css
<style>
span { border-color: #5017AB; }
span { border-color: rgb(80,23,171); }
td.TdClassName
{
border-color: #5017AB;
}
.TagClassName
{
border-color: #5017AB;
}
</style>