Shades of Han Purple #500EDC
Tints of Han Purple #500EDC
RGB
CMYK
RGB Variations
Color information
#500EDC (or 0x500EDC) is known color: Han Purple. HEX triplet: 50, 0E and DC. RGB value is (80,14,220). Sum of RGB (Red+Green+Blue) = 80+14+220=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #500EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500EDC is #AFF123. Grayscale: #383838. Windows color (decimal): -11530532 or 14421584. OLE color: 14421584.
HSL color Cylindrical-coordinate representation of color #500EDC: hue angle of 259.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500EDC is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 14 | 220 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.14 |
| HSL | 259.22º | 0.88% | 0.46% | - |
| HSV(B) | 259.22º | 0.94% | 0.86% | - |
| XYZ | 16.38 | 7.19 | 68.23 | - |
| YUV | 57.22 | 219.87 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 220 | 0.64 | 0.94 | 0 | 0.14 | 259.22 | 0.88 | 0.46 |
| Hex | 50 | E | DC | 40 | 5E | 0 | E | 103 | 58 | 2E |
| Octal | 120 | 16 | 334 | 100 | 136 | 0 | 16 | 403 | 130 | 56 |
| Binary | 1010000 | 1110 | 11011100 | 1000000 | 1011110 | 0 | 1110 | 100000011 | 1011000 | 101110 |
Color Harmonies of #500EDC
Complementary color
Monochromatic Colors of #500EDC
Black with #500EDC
Text Example
Text Example
White with #500EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500EDC; }
p { color: rgb(80,14,220); }
H1.HeaderClassName
{
color: #500EDC;
}
.AnyTagClassName
{
color: #500EDC;
}
</style>
background-color css
<style>
a { background-color: #500EDC; }
a { background-color: rgb(80,14,220); }
div.DivClassName
{
background-color: #500EDC;
}
.BgClassName
{
background-color: #500EDC;
}
</style>
border-color css
<style>
span { border-color: #500EDC; }
span { border-color: rgb(80,14,220); }
td.TdClassName
{
border-color: #500EDC;
}
.TagClassName
{
border-color: #500EDC;
}
</style>