Shades of Purple Heart #501ABB
Tints of Purple Heart #501ABB
RGB
CMYK
RGB Variations
Color information
#501ABB (or 0x501ABB) is known color: Purple Heart. HEX triplet: 50, 1A and BB. RGB value is (80,26,187). Sum of RGB (Red+Green+Blue) = 80+26+187=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #501ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ABB is #AFE544. Grayscale: #3B3B3B. Windows color (decimal): -11527493 or 12261968. OLE color: 12261968.
HSL color Cylindrical-coordinate representation of color #501ABB: hue angle of 260.12º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501ABB is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 26 | 187 | - |
| CMYK | 0.57 | 0.86 | 0 | 0.27 |
| HSL | 260.12º | 0.76% | 0.42% | - |
| HSV(B) | 260.12º | 0.86% | 0.73% | - |
| XYZ | 12.65 | 6.03 | 47.51 | - |
| YUV | 60.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 187 | 0.57 | 0.86 | 0 | 0.27 | 260.12 | 0.76 | 0.42 |
| Hex | 50 | 1A | BB | 39 | 56 | 0 | 1B | 104 | 4C | 2A |
| Octal | 120 | 32 | 273 | 71 | 126 | 0 | 33 | 404 | 114 | 52 |
| Binary | 1010000 | 11010 | 10111011 | 111001 | 1010110 | 0 | 11011 | 100000100 | 1001100 | 101010 |
Color Harmonies of #501ABB
Complementary color
Monochromatic Colors of #501ABB
Black with #501ABB
Text Example
Text Example
White with #501ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501ABB; }
p { color: rgb(80,26,187); }
H1.HeaderClassName
{
color: #501ABB;
}
.AnyTagClassName
{
color: #501ABB;
}
</style>
background-color css
<style>
a { background-color: #501ABB; }
a { background-color: rgb(80,26,187); }
div.DivClassName
{
background-color: #501ABB;
}
.BgClassName
{
background-color: #501ABB;
}
</style>
border-color css
<style>
span { border-color: #501ABB; }
span { border-color: rgb(80,26,187); }
td.TdClassName
{
border-color: #501ABB;
}
.TagClassName
{
border-color: #501ABB;
}
</style>