Shades of Han Purple #5030EC
Tints of Han Purple #5030EC
RGB
CMYK
RGB Variations
Color information
#5030EC (or 0x5030EC) is known color: Han Purple. HEX triplet: 50, 30 and EC. RGB value is (80,48,236). Sum of RGB (Red+Green+Blue) = 80+48+236=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #5030EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5030EC is #AFCF13. Grayscale: #4E4E4E. Windows color (decimal): -11521812 or 15478864. OLE color: 15478864.
HSL color Cylindrical-coordinate representation of color #5030EC: hue angle of 250.21º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5030EC is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 48 | 236 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.07 |
| HSL | 250.21º | 0.83% | 0.56% | - |
| HSV(B) | 250.21º | 0.8% | 0.93% | - |
| XYZ | 19.51 | 9.88 | 80.23 | - |
| YUV | 79 | 216.6 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 236 | 0.66 | 0.80 | 0 | 0.07 | 250.21 | 0.83 | 0.56 |
| Hex | 50 | 30 | EC | 42 | 50 | 0 | 7 | FA | 53 | 38 |
| Octal | 120 | 60 | 354 | 102 | 120 | 0 | 7 | 372 | 123 | 70 |
| Binary | 1010000 | 110000 | 11101100 | 1000010 | 1010000 | 0 | 111 | 11111010 | 1010011 | 111000 |
Color Harmonies of #5030EC
Complementary color
Monochromatic Colors of #5030EC
Black with #5030EC
Text Example
Text Example
White with #5030EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5030EC; }
p { color: rgb(80,48,236); }
H1.HeaderClassName
{
color: #5030EC;
}
.AnyTagClassName
{
color: #5030EC;
}
</style>
background-color css
<style>
a { background-color: #5030EC; }
a { background-color: rgb(80,48,236); }
div.DivClassName
{
background-color: #5030EC;
}
.BgClassName
{
background-color: #5030EC;
}
</style>
border-color css
<style>
span { border-color: #5030EC; }
span { border-color: rgb(80,48,236); }
td.TdClassName
{
border-color: #5030EC;
}
.TagClassName
{
border-color: #5030EC;
}
</style>