Shades of Han Purple #501EFF
Tints of Han Purple #501EFF
RGB
CMYK
RGB Variations
Color information
#501EFF (or 0x501EFF) is known color: Han Purple. HEX triplet: 50, 1E and FF. RGB value is (80,30,255). Sum of RGB (Red+Green+Blue) = 80+30+255=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #501EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501EFF is #AFE100. Grayscale: #454545. Windows color (decimal): -11526401 or 16719440. OLE color: 16719440.
HSL color Cylindrical-coordinate representation of color #501EFF: hue angle of 253.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501EFF is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 30 | 255 | - |
| CMYK | 0.69 | 0.88 | 0 | 0 |
| HSL | 253.33º | 1% | 0.56% | - |
| HSV(B) | 253.33º | 0.88% | 1% | - |
| XYZ | 21.82 | 9.85 | 95.36 | - |
| YUV | 70.6 | 232.07 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 255 | 0.69 | 0.88 | 0 | 0 | 253.33 | 1 | 0.56 |
| Hex | 50 | 1E | FF | 45 | 58 | 0 | 0 | FD | 64 | 38 |
| Octal | 120 | 36 | 377 | 105 | 130 | 0 | 0 | 375 | 144 | 70 |
| Binary | 1010000 | 11110 | 11111111 | 1000101 | 1011000 | 0 | 0 | 11111101 | 1100100 | 111000 |
Color Harmonies of #501EFF
Complementary color
Monochromatic Colors of #501EFF
Black with #501EFF
Text Example
Text Example
White with #501EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EFF; }
p { color: rgb(80,30,255); }
H1.HeaderClassName
{
color: #501EFF;
}
.AnyTagClassName
{
color: #501EFF;
}
</style>
background-color css
<style>
a { background-color: #501EFF; }
a { background-color: rgb(80,30,255); }
div.DivClassName
{
background-color: #501EFF;
}
.BgClassName
{
background-color: #501EFF;
}
</style>
border-color css
<style>
span { border-color: #501EFF; }
span { border-color: rgb(80,30,255); }
td.TdClassName
{
border-color: #501EFF;
}
.TagClassName
{
border-color: #501EFF;
}
</style>