Shades of Purple Heart #501AD0
Tints of Purple Heart #501AD0
RGB
CMYK
RGB Variations
Color information
#501AD0 (or 0x501AD0) is known color: Purple Heart. HEX triplet: 50, 1A and D0. RGB value is (80,26,208). Sum of RGB (Red+Green+Blue) = 80+26+208=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 208 (81.64% from 255 or 66.24% from 314); Max value from RGB is 208 - color contains mainly: blue. Hex color #501AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501AD0 is #AFE52F. Grayscale: #3E3E3E. Windows color (decimal): -11527472 or 13638224. OLE color: 13638224.
HSL color Cylindrical-coordinate representation of color #501AD0: hue angle of 257.8º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501AD0 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 26 | 208 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.18 |
| HSL | 257.8º | 0.78% | 0.46% | - |
| HSV(B) | 257.8º | 0.88% | 0.82% | - |
| XYZ | 15.06 | 7 | 60.23 | - |
| YUV | 62.89 | 209.89 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 208 | 0.62 | 0.88 | 0 | 0.18 | 257.8 | 0.78 | 0.46 |
| Hex | 50 | 1A | D0 | 3E | 58 | 0 | 12 | 102 | 4E | 2E |
| Octal | 120 | 32 | 320 | 76 | 130 | 0 | 22 | 402 | 116 | 56 |
| Binary | 1010000 | 11010 | 11010000 | 111110 | 1011000 | 0 | 10010 | 100000010 | 1001110 | 101110 |
Color Harmonies of #501AD0
Complementary color
Monochromatic Colors of #501AD0
Black with #501AD0
Text Example
Text Example
White with #501AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501AD0; }
p { color: rgb(80,26,208); }
H1.HeaderClassName
{
color: #501AD0;
}
.AnyTagClassName
{
color: #501AD0;
}
</style>
background-color css
<style>
a { background-color: #501AD0; }
a { background-color: rgb(80,26,208); }
div.DivClassName
{
background-color: #501AD0;
}
.BgClassName
{
background-color: #501AD0;
}
</style>
border-color css
<style>
span { border-color: #501AD0; }
span { border-color: rgb(80,26,208); }
td.TdClassName
{
border-color: #501AD0;
}
.TagClassName
{
border-color: #501AD0;
}
</style>