Shades of Han Purple #501CEB
Tints of Han Purple #501CEB
RGB
CMYK
RGB Variations
Color information
#501CEB (or 0x501CEB) is known color: Han Purple. HEX triplet: 50, 1C and EB. RGB value is (80,28,235). Sum of RGB (Red+Green+Blue) = 80+28+235=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #501CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501CEB is #AFE314. Grayscale: #424242. Windows color (decimal): -11526933 or 15408208. OLE color: 15408208.
HSL color Cylindrical-coordinate representation of color #501CEB: hue angle of 255.07º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501CEB is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 28 | 235 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.08 |
| HSL | 255.07º | 0.84% | 0.52% | - |
| HSV(B) | 255.07º | 0.88% | 0.92% | - |
| XYZ | 18.72 | 8.53 | 79.26 | - |
| YUV | 67.15 | 222.73 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 235 | 0.66 | 0.88 | 0 | 0.08 | 255.07 | 0.84 | 0.52 |
| Hex | 50 | 1C | EB | 42 | 58 | 0 | 8 | FF | 54 | 34 |
| Octal | 120 | 34 | 353 | 102 | 130 | 0 | 10 | 377 | 124 | 64 |
| Binary | 1010000 | 11100 | 11101011 | 1000010 | 1011000 | 0 | 1000 | 11111111 | 1010100 | 110100 |
Color Harmonies of #501CEB
Complementary color
Monochromatic Colors of #501CEB
Black with #501CEB
Text Example
Text Example
White with #501CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CEB; }
p { color: rgb(80,28,235); }
H1.HeaderClassName
{
color: #501CEB;
}
.AnyTagClassName
{
color: #501CEB;
}
</style>
background-color css
<style>
a { background-color: #501CEB; }
a { background-color: rgb(80,28,235); }
div.DivClassName
{
background-color: #501CEB;
}
.BgClassName
{
background-color: #501CEB;
}
</style>
border-color css
<style>
span { border-color: #501CEB; }
span { border-color: rgb(80,28,235); }
td.TdClassName
{
border-color: #501CEB;
}
.TagClassName
{
border-color: #501CEB;
}
</style>