Shades of Han Purple #501FED
Tints of Han Purple #501FED
RGB
CMYK
RGB Variations
Color information
#501FED (or 0x501FED) is known color: Han Purple. HEX triplet: 50, 1F and ED. RGB value is (80,31,237). Sum of RGB (Red+Green+Blue) = 80+31+237=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #501FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501FED is #AFE012. Grayscale: #444444. Windows color (decimal): -11526163 or 15540048. OLE color: 15540048.
HSL color Cylindrical-coordinate representation of color #501FED: hue angle of 254.27º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501FED is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 31 | 237 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.07 |
| HSL | 254.27º | 0.85% | 0.53% | - |
| HSV(B) | 254.27º | 0.87% | 0.93% | - |
| XYZ | 19.08 | 8.8 | 80.81 | - |
| YUV | 69.14 | 222.73 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 237 | 0.66 | 0.87 | 0 | 0.07 | 254.27 | 0.85 | 0.53 |
| Hex | 50 | 1F | ED | 42 | 57 | 0 | 7 | FE | 55 | 35 |
| Octal | 120 | 37 | 355 | 102 | 127 | 0 | 7 | 376 | 125 | 65 |
| Binary | 1010000 | 11111 | 11101101 | 1000010 | 1010111 | 0 | 111 | 11111110 | 1010101 | 110101 |
Color Harmonies of #501FED
Complementary color
Monochromatic Colors of #501FED
Black with #501FED
Text Example
Text Example
White with #501FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501FED; }
p { color: rgb(80,31,237); }
H1.HeaderClassName
{
color: #501FED;
}
.AnyTagClassName
{
color: #501FED;
}
</style>
background-color css
<style>
a { background-color: #501FED; }
a { background-color: rgb(80,31,237); }
div.DivClassName
{
background-color: #501FED;
}
.BgClassName
{
background-color: #501FED;
}
</style>
border-color css
<style>
span { border-color: #501FED; }
span { border-color: rgb(80,31,237); }
td.TdClassName
{
border-color: #501FED;
}
.TagClassName
{
border-color: #501FED;
}
</style>