Shades of Han Purple #5001ED
Tints of Han Purple #5001ED
RGB
CMYK
RGB Variations
Color information
#5001ED (or 0x5001ED) is known color: Han Purple. HEX triplet: 50, 01 and ED. RGB value is (80,1,237). Sum of RGB (Red+Green+Blue) = 80+1+237=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #5001ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5001ED is #AFFE12. Grayscale: #323232. Windows color (decimal): -11533843 or 15532368. OLE color: 15532368.
HSL color Cylindrical-coordinate representation of color #5001ED: hue angle of 260.08º 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 #5001ED is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 1 | 237 | - |
| CMYK | 0.66 | 1.00 | 0 | 0.07 |
| HSL | 260.08º | 0.99% | 0.47% | - |
| HSV(B) | 260.08º | 1% | 0.93% | - |
| XYZ | 18.61 | 7.84 | 80.65 | - |
| YUV | 51.53 | 232.67 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 237 | 0.66 | 1.00 | 0 | 0.07 | 260.08 | 0.99 | 0.47 |
| Hex | 50 | 1 | ED | 42 | 64 | 0 | 7 | 104 | 63 | 2F |
| Octal | 120 | 1 | 355 | 102 | 144 | 0 | 7 | 404 | 143 | 57 |
| Binary | 1010000 | 1 | 11101101 | 1000010 | 1100100 | 0 | 111 | 100000100 | 1100011 | 101111 |
Color Harmonies of #5001ED
Complementary color
Monochromatic Colors of #5001ED
Black with #5001ED
Text Example
Text Example
White with #5001ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5001ED; }
p { color: rgb(80,1,237); }
H1.HeaderClassName
{
color: #5001ED;
}
.AnyTagClassName
{
color: #5001ED;
}
</style>
background-color css
<style>
a { background-color: #5001ED; }
a { background-color: rgb(80,1,237); }
div.DivClassName
{
background-color: #5001ED;
}
.BgClassName
{
background-color: #5001ED;
}
</style>
border-color css
<style>
span { border-color: #5001ED; }
span { border-color: rgb(80,1,237); }
td.TdClassName
{
border-color: #5001ED;
}
.TagClassName
{
border-color: #5001ED;
}
</style>