Shades of Han Purple #501DEC
Tints of Han Purple #501DEC
RGB
CMYK
RGB Variations
Color information
#501DEC (or 0x501DEC) is known color: Han Purple. HEX triplet: 50, 1D and EC. RGB value is (80,29,236). Sum of RGB (Red+Green+Blue) = 80+29+236=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 29 (11.72% from 255 or 8.41% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #501DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501DEC is #AFE213. Grayscale: #434343. Windows color (decimal): -11526676 or 15474000. OLE color: 15474000.
HSL color Cylindrical-coordinate representation of color #501DEC: hue angle of 254.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501DEC is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 29 | 236 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.07 |
| HSL | 254.78º | 0.84% | 0.52% | - |
| HSV(B) | 254.78º | 0.88% | 0.93% | - |
| XYZ | 18.89 | 8.64 | 80.03 | - |
| YUV | 67.85 | 222.9 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 236 | 0.66 | 0.88 | 0 | 0.07 | 254.78 | 0.84 | 0.52 |
| Hex | 50 | 1D | EC | 42 | 58 | 0 | 7 | FF | 54 | 34 |
| Octal | 120 | 35 | 354 | 102 | 130 | 0 | 7 | 377 | 124 | 64 |
| Binary | 1010000 | 11101 | 11101100 | 1000010 | 1011000 | 0 | 111 | 11111111 | 1010100 | 110100 |
Color Harmonies of #501DEC
Complementary color
Monochromatic Colors of #501DEC
Black with #501DEC
Text Example
Text Example
White with #501DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DEC; }
p { color: rgb(80,29,236); }
H1.HeaderClassName
{
color: #501DEC;
}
.AnyTagClassName
{
color: #501DEC;
}
</style>
background-color css
<style>
a { background-color: #501DEC; }
a { background-color: rgb(80,29,236); }
div.DivClassName
{
background-color: #501DEC;
}
.BgClassName
{
background-color: #501DEC;
}
</style>
border-color css
<style>
span { border-color: #501DEC; }
span { border-color: rgb(80,29,236); }
td.TdClassName
{
border-color: #501DEC;
}
.TagClassName
{
border-color: #501DEC;
}
</style>