Shades of Han Purple #501EDD
Tints of Han Purple #501EDD
RGB
CMYK
RGB Variations
Color information
#501EDD (or 0x501EDD) is known color: Han Purple. HEX triplet: 50, 1E and DD. RGB value is (80,30,221). Sum of RGB (Red+Green+Blue) = 80+30+221=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #501EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501EDD is #AFE122. Grayscale: #424242. Windows color (decimal): -11526435 or 14491216. OLE color: 14491216.
HSL color Cylindrical-coordinate representation of color #501EDD: hue angle of 255.71º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501EDD is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 30 | 221 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.13 |
| HSL | 255.71º | 0.76% | 0.49% | - |
| HSV(B) | 255.71º | 0.86% | 0.87% | - |
| XYZ | 16.82 | 7.85 | 69.04 | - |
| YUV | 66.72 | 215.07 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 221 | 0.64 | 0.86 | 0 | 0.13 | 255.71 | 0.76 | 0.49 |
| Hex | 50 | 1E | DD | 40 | 56 | 0 | D | 100 | 4C | 31 |
| Octal | 120 | 36 | 335 | 100 | 126 | 0 | 15 | 400 | 114 | 61 |
| Binary | 1010000 | 11110 | 11011101 | 1000000 | 1010110 | 0 | 1101 | 100000000 | 1001100 | 110001 |
Color Harmonies of #501EDD
Complementary color
Monochromatic Colors of #501EDD
Black with #501EDD
Text Example
Text Example
White with #501EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EDD; }
p { color: rgb(80,30,221); }
H1.HeaderClassName
{
color: #501EDD;
}
.AnyTagClassName
{
color: #501EDD;
}
</style>
background-color css
<style>
a { background-color: #501EDD; }
a { background-color: rgb(80,30,221); }
div.DivClassName
{
background-color: #501EDD;
}
.BgClassName
{
background-color: #501EDD;
}
</style>
border-color css
<style>
span { border-color: #501EDD; }
span { border-color: rgb(80,30,221); }
td.TdClassName
{
border-color: #501EDD;
}
.TagClassName
{
border-color: #501EDD;
}
</style>