Shades of Han Purple #5001EE
Tints of Han Purple #5001EE
RGB
CMYK
RGB Variations
Color information
#5001EE (or 0x5001EE) is known color: Han Purple. HEX triplet: 50, 01 and EE. RGB value is (80,1,238). Sum of RGB (Red+Green+Blue) = 80+1+238=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #5001EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5001EE is #AFFE11. Grayscale: #323232. Windows color (decimal): -11533842 or 15597904. OLE color: 15597904.
HSL color Cylindrical-coordinate representation of color #5001EE: hue angle of 260º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5001EE is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 1 | 238 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.07 |
| HSL | 260º | 0.99% | 0.47% | - |
| HSV(B) | 260º | 1% | 0.93% | - |
| XYZ | 18.75 | 7.9 | 81.43 | - |
| YUV | 51.64 | 233.17 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 238 | 0.66 | 1.00 | 0 | 0.07 | 260 | 0.99 | 0.47 |
| Hex | 50 | 1 | EE | 42 | 64 | 0 | 7 | 104 | 63 | 2F |
| Octal | 120 | 1 | 356 | 102 | 144 | 0 | 7 | 404 | 143 | 57 |
| Binary | 1010000 | 1 | 11101110 | 1000010 | 1100100 | 0 | 111 | 100000100 | 1100011 | 101111 |
Color Harmonies of #5001EE
Complementary color
Monochromatic Colors of #5001EE
Black with #5001EE
Text Example
Text Example
White with #5001EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5001EE; }
p { color: rgb(80,1,238); }
H1.HeaderClassName
{
color: #5001EE;
}
.AnyTagClassName
{
color: #5001EE;
}
</style>
background-color css
<style>
a { background-color: #5001EE; }
a { background-color: rgb(80,1,238); }
div.DivClassName
{
background-color: #5001EE;
}
.BgClassName
{
background-color: #5001EE;
}
</style>
border-color css
<style>
span { border-color: #5001EE; }
span { border-color: rgb(80,1,238); }
td.TdClassName
{
border-color: #5001EE;
}
.TagClassName
{
border-color: #5001EE;
}
</style>