Shades of Han Purple #501BE0
Tints of Han Purple #501BE0
RGB
CMYK
RGB Variations
Color information
#501BE0 (or 0x501BE0) is known color: Han Purple. HEX triplet: 50, 1B and E0. RGB value is (80,27,224). Sum of RGB (Red+Green+Blue) = 80+27+224=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 224 (87.89% from 255 or 67.67% from 331); Max value from RGB is 224 - color contains mainly: blue. Hex color #501BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BE0 is #AFE41F. Grayscale: #404040. Windows color (decimal): -11527200 or 14687056. OLE color: 14687056.
HSL color Cylindrical-coordinate representation of color #501BE0: hue angle of 256.14º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501BE0 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 27 | 224 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.12 |
| HSL | 256.14º | 0.78% | 0.49% | - |
| HSV(B) | 256.14º | 0.88% | 0.88% | - |
| XYZ | 17.15 | 7.87 | 71.14 | - |
| YUV | 65.31 | 217.56 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 224 | 0.64 | 0.88 | 0 | 0.12 | 256.14 | 0.78 | 0.49 |
| Hex | 50 | 1B | E0 | 40 | 58 | 0 | C | 100 | 4E | 31 |
| Octal | 120 | 33 | 340 | 100 | 130 | 0 | 14 | 400 | 116 | 61 |
| Binary | 1010000 | 11011 | 11100000 | 1000000 | 1011000 | 0 | 1100 | 100000000 | 1001110 | 110001 |
Color Harmonies of #501BE0
Complementary color
Monochromatic Colors of #501BE0
Black with #501BE0
Text Example
Text Example
White with #501BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BE0; }
p { color: rgb(80,27,224); }
H1.HeaderClassName
{
color: #501BE0;
}
.AnyTagClassName
{
color: #501BE0;
}
</style>
background-color css
<style>
a { background-color: #501BE0; }
a { background-color: rgb(80,27,224); }
div.DivClassName
{
background-color: #501BE0;
}
.BgClassName
{
background-color: #501BE0;
}
</style>
border-color css
<style>
span { border-color: #501BE0; }
span { border-color: rgb(80,27,224); }
td.TdClassName
{
border-color: #501BE0;
}
.TagClassName
{
border-color: #501BE0;
}
</style>