Shades of Han Purple #501BEB
Tints of Han Purple #501BEB
RGB
CMYK
RGB Variations
Color information
#501BEB (or 0x501BEB) is known color: Han Purple. HEX triplet: 50, 1B and EB. RGB value is (80,27,235). Sum of RGB (Red+Green+Blue) = 80+27+235=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #501BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501BEB is #AFE414. Grayscale: #414141. Windows color (decimal): -11527189 or 15407952. OLE color: 15407952.
HSL color Cylindrical-coordinate representation of color #501BEB: hue angle of 255.29º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501BEB is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 27 | 235 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.08 |
| HSL | 255.29º | 0.84% | 0.51% | - |
| HSV(B) | 255.29º | 0.89% | 0.92% | - |
| XYZ | 18.7 | 8.49 | 79.25 | - |
| YUV | 66.56 | 223.06 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 235 | 0.66 | 0.89 | 0 | 0.08 | 255.29 | 0.84 | 0.51 |
| Hex | 50 | 1B | EB | 42 | 59 | 0 | 8 | FF | 54 | 33 |
| Octal | 120 | 33 | 353 | 102 | 131 | 0 | 10 | 377 | 124 | 63 |
| Binary | 1010000 | 11011 | 11101011 | 1000010 | 1011001 | 0 | 1000 | 11111111 | 1010100 | 110011 |
Color Harmonies of #501BEB
Complementary color
Monochromatic Colors of #501BEB
Black with #501BEB
Text Example
Text Example
White with #501BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BEB; }
p { color: rgb(80,27,235); }
H1.HeaderClassName
{
color: #501BEB;
}
.AnyTagClassName
{
color: #501BEB;
}
</style>
background-color css
<style>
a { background-color: #501BEB; }
a { background-color: rgb(80,27,235); }
div.DivClassName
{
background-color: #501BEB;
}
.BgClassName
{
background-color: #501BEB;
}
</style>
border-color css
<style>
span { border-color: #501BEB; }
span { border-color: rgb(80,27,235); }
td.TdClassName
{
border-color: #501BEB;
}
.TagClassName
{
border-color: #501BEB;
}
</style>