Shades of Han Purple #501EDA
Tints of Han Purple #501EDA
RGB
CMYK
RGB Variations
Color information
#501EDA (or 0x501EDA) is known color: Han Purple. HEX triplet: 50, 1E and DA. RGB value is (80,30,218). Sum of RGB (Red+Green+Blue) = 80+30+218=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #501EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501EDA is #AFE125. Grayscale: #414141. Windows color (decimal): -11526438 or 14294608. OLE color: 14294608.
HSL color Cylindrical-coordinate representation of color #501EDA: hue angle of 255.96º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501EDA is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 30 | 218 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.15 |
| HSL | 255.96º | 0.76% | 0.49% | - |
| HSV(B) | 255.96º | 0.86% | 0.85% | - |
| XYZ | 16.43 | 7.7 | 66.95 | - |
| YUV | 66.38 | 213.57 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 218 | 0.63 | 0.86 | 0 | 0.15 | 255.96 | 0.76 | 0.49 |
| Hex | 50 | 1E | DA | 3F | 56 | 0 | F | 100 | 4C | 31 |
| Octal | 120 | 36 | 332 | 77 | 126 | 0 | 17 | 400 | 114 | 61 |
| Binary | 1010000 | 11110 | 11011010 | 111111 | 1010110 | 0 | 1111 | 100000000 | 1001100 | 110001 |
Color Harmonies of #501EDA
Complementary color
Monochromatic Colors of #501EDA
Black with #501EDA
Text Example
Text Example
White with #501EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EDA; }
p { color: rgb(80,30,218); }
H1.HeaderClassName
{
color: #501EDA;
}
.AnyTagClassName
{
color: #501EDA;
}
</style>
background-color css
<style>
a { background-color: #501EDA; }
a { background-color: rgb(80,30,218); }
div.DivClassName
{
background-color: #501EDA;
}
.BgClassName
{
background-color: #501EDA;
}
</style>
border-color css
<style>
span { border-color: #501EDA; }
span { border-color: rgb(80,30,218); }
td.TdClassName
{
border-color: #501EDA;
}
.TagClassName
{
border-color: #501EDA;
}
</style>