Shades of Han Purple #501EDE
Tints of Han Purple #501EDE
RGB
CMYK
RGB Variations
Color information
#501EDE (or 0x501EDE) is known color: Han Purple. HEX triplet: 50, 1E and DE. RGB value is (80,30,222). Sum of RGB (Red+Green+Blue) = 80+30+222=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 222 (87.11% from 255 or 66.87% from 332); Max value from RGB is 222 - color contains mainly: blue. Hex color #501EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501EDE is #AFE121. Grayscale: #424242. Windows color (decimal): -11526434 or 14556752. OLE color: 14556752.
HSL color Cylindrical-coordinate representation of color #501EDE: hue angle of 255.62º 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 #501EDE is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 30 | 222 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.13 |
| HSL | 255.63º | 0.76% | 0.49% | - |
| HSV(B) | 255.63º | 0.86% | 0.87% | - |
| XYZ | 16.96 | 7.91 | 69.74 | - |
| YUV | 66.84 | 215.57 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 222 | 0.64 | 0.86 | 0 | 0.13 | 255.63 | 0.76 | 0.49 |
| Hex | 50 | 1E | DE | 40 | 56 | 0 | D | 100 | 4C | 31 |
| Octal | 120 | 36 | 336 | 100 | 126 | 0 | 15 | 400 | 114 | 61 |
| Binary | 1010000 | 11110 | 11011110 | 1000000 | 1010110 | 0 | 1101 | 100000000 | 1001100 | 110001 |
Color Harmonies of #501EDE
Complementary color
Monochromatic Colors of #501EDE
Black with #501EDE
Text Example
Text Example
White with #501EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EDE; }
p { color: rgb(80,30,222); }
H1.HeaderClassName
{
color: #501EDE;
}
.AnyTagClassName
{
color: #501EDE;
}
</style>
background-color css
<style>
a { background-color: #501EDE; }
a { background-color: rgb(80,30,222); }
div.DivClassName
{
background-color: #501EDE;
}
.BgClassName
{
background-color: #501EDE;
}
</style>
border-color css
<style>
span { border-color: #501EDE; }
span { border-color: rgb(80,30,222); }
td.TdClassName
{
border-color: #501EDE;
}
.TagClassName
{
border-color: #501EDE;
}
</style>