Shades of Purple Heart #501AD2
Tints of Purple Heart #501AD2
RGB
CMYK
RGB Variations
Color information
#501AD2 (or 0x501AD2) is known color: Purple Heart. HEX triplet: 50, 1A and D2. RGB value is (80,26,210). Sum of RGB (Red+Green+Blue) = 80+26+210=316 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.32% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 210 (82.42% from 255 or 66.46% from 316); Max value from RGB is 210 - color contains mainly: blue. Hex color #501AD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501AD2 is #AFE52D. Grayscale: #3E3E3E. Windows color (decimal): -11527470 or 13769296. OLE color: 13769296.
HSL color Cylindrical-coordinate representation of color #501AD2: hue angle of 257.61º 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 #501AD2 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 26 | 210 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.18 |
| HSL | 257.61º | 0.78% | 0.46% | - |
| HSV(B) | 257.61º | 0.88% | 0.82% | - |
| XYZ | 15.31 | 7.1 | 61.54 | - |
| YUV | 63.12 | 210.89 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 210 | 0.62 | 0.88 | 0 | 0.18 | 257.61 | 0.78 | 0.46 |
| Hex | 50 | 1A | D2 | 3E | 58 | 0 | 12 | 102 | 4E | 2E |
| Octal | 120 | 32 | 322 | 76 | 130 | 0 | 22 | 402 | 116 | 56 |
| Binary | 1010000 | 11010 | 11010010 | 111110 | 1011000 | 0 | 10010 | 100000010 | 1001110 | 101110 |
Color Harmonies of #501AD2
Complementary color
Monochromatic Colors of #501AD2
Black with #501AD2
Text Example
Text Example
White with #501AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501AD2; }
p { color: rgb(80,26,210); }
H1.HeaderClassName
{
color: #501AD2;
}
.AnyTagClassName
{
color: #501AD2;
}
</style>
background-color css
<style>
a { background-color: #501AD2; }
a { background-color: rgb(80,26,210); }
div.DivClassName
{
background-color: #501AD2;
}
.BgClassName
{
background-color: #501AD2;
}
</style>
border-color css
<style>
span { border-color: #501AD2; }
span { border-color: rgb(80,26,210); }
td.TdClassName
{
border-color: #501AD2;
}
.TagClassName
{
border-color: #501AD2;
}
</style>