Shades of Purple Heart #501BAB
Tints of Purple Heart #501BAB
RGB
CMYK
RGB Variations
Color information
#501BAB (or 0x501BAB) is known color: Purple Heart. HEX triplet: 50, 1B and AB. RGB value is (80,27,171). Sum of RGB (Red+Green+Blue) = 80+27+171=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #501BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501BAB is #AFE454. Grayscale: #3A3A3A. Windows color (decimal): -11527253 or 11213648. OLE color: 11213648.
HSL color Cylindrical-coordinate representation of color #501BAB: hue angle of 262.08º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #501BAB is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 27 | 171 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.33 |
| HSL | 262.08º | 0.73% | 0.39% | - |
| HSV(B) | 262.08º | 0.84% | 0.67% | - |
| XYZ | 11.05 | 5.43 | 38.99 | - |
| YUV | 59.26 | 191.06 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 171 | 0.53 | 0.84 | 0 | 0.33 | 262.08 | 0.73 | 0.39 |
| Hex | 50 | 1B | AB | 35 | 54 | 0 | 21 | 106 | 49 | 27 |
| Octal | 120 | 33 | 253 | 65 | 124 | 0 | 41 | 406 | 111 | 47 |
| Binary | 1010000 | 11011 | 10101011 | 110101 | 1010100 | 0 | 100001 | 100000110 | 1001001 | 100111 |
Color Harmonies of #501BAB
Complementary color
Monochromatic Colors of #501BAB
Black with #501BAB
Text Example
Text Example
White with #501BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BAB; }
p { color: rgb(80,27,171); }
H1.HeaderClassName
{
color: #501BAB;
}
.AnyTagClassName
{
color: #501BAB;
}
</style>
background-color css
<style>
a { background-color: #501BAB; }
a { background-color: rgb(80,27,171); }
div.DivClassName
{
background-color: #501BAB;
}
.BgClassName
{
background-color: #501BAB;
}
</style>
border-color css
<style>
span { border-color: #501BAB; }
span { border-color: rgb(80,27,171); }
td.TdClassName
{
border-color: #501BAB;
}
.TagClassName
{
border-color: #501BAB;
}
</style>