Shades of Han Purple #501EFA
Tints of Han Purple #501EFA
RGB
CMYK
RGB Variations
Color information
#501EFA (or 0x501EFA) is known color: Han Purple. HEX triplet: 50, 1E and FA. RGB value is (80,30,250). Sum of RGB (Red+Green+Blue) = 80+30+250=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 250 (98.05% from 255 or 69.44% from 360); Max value from RGB is 250 - color contains mainly: blue. Hex color #501EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501EFA is #AFE105. Grayscale: #454545. Windows color (decimal): -11526406 or 16391760. OLE color: 16391760.
HSL color Cylindrical-coordinate representation of color #501EFA: hue angle of 253.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501EFA is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 30 | 250 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.02 |
| HSL | 253.64º | 0.96% | 0.55% | - |
| HSV(B) | 253.64º | 0.88% | 0.98% | - |
| XYZ | 21.03 | 9.54 | 91.17 | - |
| YUV | 70.03 | 229.57 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 250 | 0.68 | 0.88 | 0 | 0.02 | 253.64 | 0.96 | 0.55 |
| Hex | 50 | 1E | FA | 44 | 58 | 0 | 2 | FE | 60 | 37 |
| Octal | 120 | 36 | 372 | 104 | 130 | 0 | 2 | 376 | 140 | 67 |
| Binary | 1010000 | 11110 | 11111010 | 1000100 | 1011000 | 0 | 10 | 11111110 | 1100000 | 110111 |
Color Harmonies of #501EFA
Complementary color
Monochromatic Colors of #501EFA
Black with #501EFA
Text Example
Text Example
White with #501EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EFA; }
p { color: rgb(80,30,250); }
H1.HeaderClassName
{
color: #501EFA;
}
.AnyTagClassName
{
color: #501EFA;
}
</style>
background-color css
<style>
a { background-color: #501EFA; }
a { background-color: rgb(80,30,250); }
div.DivClassName
{
background-color: #501EFA;
}
.BgClassName
{
background-color: #501EFA;
}
</style>
border-color css
<style>
span { border-color: #501EFA; }
span { border-color: rgb(80,30,250); }
td.TdClassName
{
border-color: #501EFA;
}
.TagClassName
{
border-color: #501EFA;
}
</style>