Shades of Han Purple #501BEC
Tints of Han Purple #501BEC
RGB
CMYK
RGB Variations
Color information
#501BEC (or 0x501BEC) is known color: Han Purple. HEX triplet: 50, 1B and EC. RGB value is (80,27,236). Sum of RGB (Red+Green+Blue) = 80+27+236=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 236 (92.58% from 255 or 68.80% from 343); Max value from RGB is 236 - color contains mainly: blue. Hex color #501BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501BEC is #AFE413. Grayscale: #414141. Windows color (decimal): -11527188 or 15473488. OLE color: 15473488.
HSL color Cylindrical-coordinate representation of color #501BEC: hue angle of 255.22º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501BEC is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 27 | 236 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.07 |
| HSL | 255.22º | 0.85% | 0.52% | - |
| HSV(B) | 255.22º | 0.89% | 0.93% | - |
| XYZ | 18.84 | 8.55 | 80.01 | - |
| YUV | 66.67 | 223.56 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 236 | 0.66 | 0.89 | 0 | 0.07 | 255.22 | 0.85 | 0.52 |
| Hex | 50 | 1B | EC | 42 | 59 | 0 | 7 | FF | 55 | 34 |
| Octal | 120 | 33 | 354 | 102 | 131 | 0 | 7 | 377 | 125 | 64 |
| Binary | 1010000 | 11011 | 11101100 | 1000010 | 1011001 | 0 | 111 | 11111111 | 1010101 | 110100 |
Color Harmonies of #501BEC
Complementary color
Monochromatic Colors of #501BEC
Black with #501BEC
Text Example
Text Example
White with #501BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BEC; }
p { color: rgb(80,27,236); }
H1.HeaderClassName
{
color: #501BEC;
}
.AnyTagClassName
{
color: #501BEC;
}
</style>
background-color css
<style>
a { background-color: #501BEC; }
a { background-color: rgb(80,27,236); }
div.DivClassName
{
background-color: #501BEC;
}
.BgClassName
{
background-color: #501BEC;
}
</style>
border-color css
<style>
span { border-color: #501BEC; }
span { border-color: rgb(80,27,236); }
td.TdClassName
{
border-color: #501BEC;
}
.TagClassName
{
border-color: #501BEC;
}
</style>