Shades of Han Purple #5009EC
Tints of Han Purple #5009EC
RGB
CMYK
RGB Variations
Color information
#5009EC (or 0x5009EC) is known color: Han Purple. HEX triplet: 50, 09 and EC. RGB value is (80,9,236). Sum of RGB (Red+Green+Blue) = 80+9+236=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #5009EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5009EC is #AFF613. Grayscale: #373737. Windows color (decimal): -11531796 or 15468880. OLE color: 15468880.
HSL color Cylindrical-coordinate representation of color #5009EC: hue angle of 258.77º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5009EC is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 9 | 236 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.07 |
| HSL | 258.77º | 0.93% | 0.48% | - |
| HSV(B) | 258.77º | 0.96% | 0.93% | - |
| XYZ | 18.55 | 7.96 | 79.92 | - |
| YUV | 56.11 | 229.52 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 236 | 0.66 | 0.96 | 0 | 0.07 | 258.77 | 0.93 | 0.48 |
| Hex | 50 | 9 | EC | 42 | 60 | 0 | 7 | 103 | 5D | 30 |
| Octal | 120 | 11 | 354 | 102 | 140 | 0 | 7 | 403 | 135 | 60 |
| Binary | 1010000 | 1001 | 11101100 | 1000010 | 1100000 | 0 | 111 | 100000011 | 1011101 | 110000 |
Color Harmonies of #5009EC
Complementary color
Monochromatic Colors of #5009EC
Black with #5009EC
Text Example
Text Example
White with #5009EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5009EC; }
p { color: rgb(80,9,236); }
H1.HeaderClassName
{
color: #5009EC;
}
.AnyTagClassName
{
color: #5009EC;
}
</style>
background-color css
<style>
a { background-color: #5009EC; }
a { background-color: rgb(80,9,236); }
div.DivClassName
{
background-color: #5009EC;
}
.BgClassName
{
background-color: #5009EC;
}
</style>
border-color css
<style>
span { border-color: #5009EC; }
span { border-color: rgb(80,9,236); }
td.TdClassName
{
border-color: #5009EC;
}
.TagClassName
{
border-color: #5009EC;
}
</style>