Shades of Han Purple #501EEF
Tints of Han Purple #501EEF
RGB
CMYK
RGB Variations
Color information
#501EEF (or 0x501EEF) is known color: Han Purple. HEX triplet: 50, 1E and EF. RGB value is (80,30,239). Sum of RGB (Red+Green+Blue) = 80+30+239=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #501EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501EEF is #AFE110. Grayscale: #434343. Windows color (decimal): -11526417 or 15670864. OLE color: 15670864.
HSL color Cylindrical-coordinate representation of color #501EEF: hue angle of 254.35º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501EEF is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 30 | 239 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.06 |
| HSL | 254.35º | 0.87% | 0.53% | - |
| HSV(B) | 254.35º | 0.87% | 0.94% | - |
| XYZ | 19.35 | 8.87 | 82.35 | - |
| YUV | 68.78 | 224.07 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 239 | 0.67 | 0.87 | 0 | 0.06 | 254.35 | 0.87 | 0.53 |
| Hex | 50 | 1E | EF | 43 | 57 | 0 | 6 | FE | 57 | 35 |
| Octal | 120 | 36 | 357 | 103 | 127 | 0 | 6 | 376 | 127 | 65 |
| Binary | 1010000 | 11110 | 11101111 | 1000011 | 1010111 | 0 | 110 | 11111110 | 1010111 | 110101 |
Color Harmonies of #501EEF
Complementary color
Monochromatic Colors of #501EEF
Black with #501EEF
Text Example
Text Example
White with #501EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EEF; }
p { color: rgb(80,30,239); }
H1.HeaderClassName
{
color: #501EEF;
}
.AnyTagClassName
{
color: #501EEF;
}
</style>
background-color css
<style>
a { background-color: #501EEF; }
a { background-color: rgb(80,30,239); }
div.DivClassName
{
background-color: #501EEF;
}
.BgClassName
{
background-color: #501EEF;
}
</style>
border-color css
<style>
span { border-color: #501EEF; }
span { border-color: rgb(80,30,239); }
td.TdClassName
{
border-color: #501EEF;
}
.TagClassName
{
border-color: #501EEF;
}
</style>