Shades of Han Purple #5000ED
Tints of Han Purple #5000ED
RGB
CMYK
RGB Variations
Color information
#5000ED (or 0x5000ED) is known color: Han Purple. HEX triplet: 50, 00 and ED. RGB value is (80,0,237). Sum of RGB (Red+Green+Blue) = 80+0+237=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #5000ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5000ED is #AFFF12. Grayscale: #323232. Windows color (decimal): -11534099 or 15532112. OLE color: 15532112.
HSL color Cylindrical-coordinate representation of color #5000ED: hue angle of 260.25º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5000ED is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 0 | 237 | - |
| CMYK | 0.66 | 1 | 0 | 0.07 |
| HSL | 260.25º | 1% | 0.46% | - |
| HSV(B) | 260.25º | 1% | 0.93% | - |
| XYZ | 18.59 | 7.82 | 80.65 | - |
| YUV | 50.94 | 233 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 237 | 0.66 | 1 | 0 | 0.07 | 260.25 | 1 | 0.46 |
| Hex | 50 | 0 | ED | 42 | 64 | 0 | 7 | 104 | 64 | 2E |
| Octal | 120 | 0 | 355 | 102 | 144 | 0 | 7 | 404 | 144 | 56 |
| Binary | 1010000 | 0 | 11101101 | 1000010 | 1100100 | 0 | 111 | 100000100 | 1100100 | 101110 |
Color Harmonies of #5000ED
Complementary color
Monochromatic Colors of #5000ED
Black with #5000ED
Text Example
Text Example
White with #5000ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5000ED; }
p { color: rgb(80,0,237); }
H1.HeaderClassName
{
color: #5000ED;
}
.AnyTagClassName
{
color: #5000ED;
}
</style>
background-color css
<style>
a { background-color: #5000ED; }
a { background-color: rgb(80,0,237); }
div.DivClassName
{
background-color: #5000ED;
}
.BgClassName
{
background-color: #5000ED;
}
</style>
border-color css
<style>
span { border-color: #5000ED; }
span { border-color: rgb(80,0,237); }
td.TdClassName
{
border-color: #5000ED;
}
.TagClassName
{
border-color: #5000ED;
}
</style>