Shades of Han Purple #501EF4
Tints of Han Purple #501EF4
RGB
CMYK
RGB Variations
Color information
#501EF4 (or 0x501EF4) is known color: Han Purple. HEX triplet: 50, 1E and F4. RGB value is (80,30,244). Sum of RGB (Red+Green+Blue) = 80+30+244=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 244 (95.70% from 255 or 68.93% from 354); Max value from RGB is 244 - color contains mainly: blue. Hex color #501EF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501EF4 is #AFE10B. Grayscale: #444444. Windows color (decimal): -11526412 or 15998544. OLE color: 15998544.
HSL color Cylindrical-coordinate representation of color #501EF4: hue angle of 254.02º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501EF4 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 30 | 244 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.04 |
| HSL | 254.02º | 0.91% | 0.54% | - |
| HSV(B) | 254.02º | 0.88% | 0.96% | - |
| XYZ | 20.1 | 9.17 | 86.3 | - |
| YUV | 69.35 | 226.57 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 244 | 0.67 | 0.88 | 0 | 0.04 | 254.02 | 0.91 | 0.54 |
| Hex | 50 | 1E | F4 | 43 | 58 | 0 | 4 | FE | 5B | 36 |
| Octal | 120 | 36 | 364 | 103 | 130 | 0 | 4 | 376 | 133 | 66 |
| Binary | 1010000 | 11110 | 11110100 | 1000011 | 1011000 | 0 | 100 | 11111110 | 1011011 | 110110 |
Color Harmonies of #501EF4
Complementary color
Monochromatic Colors of #501EF4
Black with #501EF4
Text Example
Text Example
White with #501EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EF4; }
p { color: rgb(80,30,244); }
H1.HeaderClassName
{
color: #501EF4;
}
.AnyTagClassName
{
color: #501EF4;
}
</style>
background-color css
<style>
a { background-color: #501EF4; }
a { background-color: rgb(80,30,244); }
div.DivClassName
{
background-color: #501EF4;
}
.BgClassName
{
background-color: #501EF4;
}
</style>
border-color css
<style>
span { border-color: #501EF4; }
span { border-color: rgb(80,30,244); }
td.TdClassName
{
border-color: #501EF4;
}
.TagClassName
{
border-color: #501EF4;
}
</style>