Shades of Han Purple #500EDD
Tints of Han Purple #500EDD
RGB
CMYK
RGB Variations
Color information
#500EDD (or 0x500EDD) is known color: Han Purple. HEX triplet: 50, 0E and DD. RGB value is (80,14,221). Sum of RGB (Red+Green+Blue) = 80+14+221=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #500EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500EDD is #AFF122. Grayscale: #383838. Windows color (decimal): -11530531 or 14487120. OLE color: 14487120.
HSL color Cylindrical-coordinate representation of color #500EDD: hue angle of 259.13º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500EDD is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 14 | 221 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.13 |
| HSL | 259.13º | 0.88% | 0.46% | - |
| HSV(B) | 259.13º | 0.94% | 0.87% | - |
| XYZ | 16.52 | 7.24 | 68.93 | - |
| YUV | 57.33 | 220.37 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 221 | 0.64 | 0.94 | 0 | 0.13 | 259.13 | 0.88 | 0.46 |
| Hex | 50 | E | DD | 40 | 5E | 0 | D | 103 | 58 | 2E |
| Octal | 120 | 16 | 335 | 100 | 136 | 0 | 15 | 403 | 130 | 56 |
| Binary | 1010000 | 1110 | 11011101 | 1000000 | 1011110 | 0 | 1101 | 100000011 | 1011000 | 101110 |
Color Harmonies of #500EDD
Complementary color
Monochromatic Colors of #500EDD
Black with #500EDD
Text Example
Text Example
White with #500EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500EDD; }
p { color: rgb(80,14,221); }
H1.HeaderClassName
{
color: #500EDD;
}
.AnyTagClassName
{
color: #500EDD;
}
</style>
background-color css
<style>
a { background-color: #500EDD; }
a { background-color: rgb(80,14,221); }
div.DivClassName
{
background-color: #500EDD;
}
.BgClassName
{
background-color: #500EDD;
}
</style>
border-color css
<style>
span { border-color: #500EDD; }
span { border-color: rgb(80,14,221); }
td.TdClassName
{
border-color: #500EDD;
}
.TagClassName
{
border-color: #500EDD;
}
</style>