Shades of Han Purple #501EDC
Tints of Han Purple #501EDC
RGB
CMYK
RGB Variations
Color information
#501EDC (or 0x501EDC) is known color: Han Purple. HEX triplet: 50, 1E and DC. RGB value is (80,30,220). Sum of RGB (Red+Green+Blue) = 80+30+220=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #501EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501EDC is #AFE123. Grayscale: #414141. Windows color (decimal): -11526436 or 14425680. OLE color: 14425680.
HSL color Cylindrical-coordinate representation of color #501EDC: hue angle of 255.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501EDC is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 30 | 220 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.14 |
| HSL | 255.79º | 0.76% | 0.49% | - |
| HSV(B) | 255.79º | 0.86% | 0.86% | - |
| XYZ | 16.69 | 7.8 | 68.34 | - |
| YUV | 66.61 | 214.57 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 220 | 0.64 | 0.86 | 0 | 0.14 | 255.79 | 0.76 | 0.49 |
| Hex | 50 | 1E | DC | 40 | 56 | 0 | E | 100 | 4C | 31 |
| Octal | 120 | 36 | 334 | 100 | 126 | 0 | 16 | 400 | 114 | 61 |
| Binary | 1010000 | 11110 | 11011100 | 1000000 | 1010110 | 0 | 1110 | 100000000 | 1001100 | 110001 |
Color Harmonies of #501EDC
Complementary color
Monochromatic Colors of #501EDC
Black with #501EDC
Text Example
Text Example
White with #501EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EDC; }
p { color: rgb(80,30,220); }
H1.HeaderClassName
{
color: #501EDC;
}
.AnyTagClassName
{
color: #501EDC;
}
</style>
background-color css
<style>
a { background-color: #501EDC; }
a { background-color: rgb(80,30,220); }
div.DivClassName
{
background-color: #501EDC;
}
.BgClassName
{
background-color: #501EDC;
}
</style>
border-color css
<style>
span { border-color: #501EDC; }
span { border-color: rgb(80,30,220); }
td.TdClassName
{
border-color: #501EDC;
}
.TagClassName
{
border-color: #501EDC;
}
</style>