Shades of Han Purple #500DE0
Tints of Han Purple #500DE0
RGB
CMYK
RGB Variations
Color information
#500DE0 (or 0x500DE0) is known color: Han Purple. HEX triplet: 50, 0D and E0. RGB value is (80,13,224). Sum of RGB (Red+Green+Blue) = 80+13+224=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 224 (87.89% from 255 or 70.66% from 317); Max value from RGB is 224 - color contains mainly: blue. Hex color #500DE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DE0 is #AFF21F. Grayscale: #383838. Windows color (decimal): -11530784 or 14683472. OLE color: 14683472.
HSL color Cylindrical-coordinate representation of color #500DE0: hue angle of 259.05º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500DE0 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 13 | 224 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.12 |
| HSL | 259.05º | 0.89% | 0.46% | - |
| HSV(B) | 259.05º | 0.94% | 0.88% | - |
| XYZ | 16.91 | 7.38 | 71.05 | - |
| YUV | 57.09 | 222.2 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 224 | 0.64 | 0.94 | 0 | 0.12 | 259.05 | 0.89 | 0.46 |
| Hex | 50 | D | E0 | 40 | 5E | 0 | C | 103 | 59 | 2E |
| Octal | 120 | 15 | 340 | 100 | 136 | 0 | 14 | 403 | 131 | 56 |
| Binary | 1010000 | 1101 | 11100000 | 1000000 | 1011110 | 0 | 1100 | 100000011 | 1011001 | 101110 |
Color Harmonies of #500DE0
Complementary color
Monochromatic Colors of #500DE0
Black with #500DE0
Text Example
Text Example
White with #500DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DE0; }
p { color: rgb(80,13,224); }
H1.HeaderClassName
{
color: #500DE0;
}
.AnyTagClassName
{
color: #500DE0;
}
</style>
background-color css
<style>
a { background-color: #500DE0; }
a { background-color: rgb(80,13,224); }
div.DivClassName
{
background-color: #500DE0;
}
.BgClassName
{
background-color: #500DE0;
}
</style>
border-color css
<style>
span { border-color: #500DE0; }
span { border-color: rgb(80,13,224); }
td.TdClassName
{
border-color: #500DE0;
}
.TagClassName
{
border-color: #500DE0;
}
</style>