Shades of Han Purple #500DEC
Tints of Han Purple #500DEC
RGB
CMYK
RGB Variations
Color information
#500DEC (or 0x500DEC) is known color: Han Purple. HEX triplet: 50, 0D and EC. RGB value is (80,13,236). Sum of RGB (Red+Green+Blue) = 80+13+236=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #500DEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500DEC is #AFF213. Grayscale: #393939. Windows color (decimal): -11530772 or 15469904. OLE color: 15469904.
HSL color Cylindrical-coordinate representation of color #500DEC: hue angle of 258.03º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500DEC is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 13 | 236 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.07 |
| HSL | 258.03º | 0.9% | 0.49% | - |
| HSV(B) | 258.03º | 0.94% | 0.93% | - |
| XYZ | 18.59 | 8.05 | 79.93 | - |
| YUV | 58.46 | 228.2 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 13 | 236 | 0.66 | 0.94 | 0 | 0.07 | 258.03 | 0.9 | 0.49 |
| Hex | 50 | D | EC | 42 | 5E | 0 | 7 | 102 | 5A | 31 |
| Octal | 120 | 15 | 354 | 102 | 136 | 0 | 7 | 402 | 132 | 61 |
| Binary | 1010000 | 1101 | 11101100 | 1000010 | 1011110 | 0 | 111 | 100000010 | 1011010 | 110001 |
Color Harmonies of #500DEC
Complementary color
Monochromatic Colors of #500DEC
Black with #500DEC
Text Example
Text Example
White with #500DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500DEC; }
p { color: rgb(80,13,236); }
H1.HeaderClassName
{
color: #500DEC;
}
.AnyTagClassName
{
color: #500DEC;
}
</style>
background-color css
<style>
a { background-color: #500DEC; }
a { background-color: rgb(80,13,236); }
div.DivClassName
{
background-color: #500DEC;
}
.BgClassName
{
background-color: #500DEC;
}
</style>
border-color css
<style>
span { border-color: #500DEC; }
span { border-color: rgb(80,13,236); }
td.TdClassName
{
border-color: #500DEC;
}
.TagClassName
{
border-color: #500DEC;
}
</style>