Shades of Han Purple #5031EC
Tints of Han Purple #5031EC
RGB
CMYK
RGB Variations
Color information
#5031EC (or 0x5031EC) is known color: Han Purple. HEX triplet: 50, 31 and EC. RGB value is (80,49,236). Sum of RGB (Red+Green+Blue) = 80+49+236=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #5031EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5031EC is #AFCE13. Grayscale: #4E4E4E. Windows color (decimal): -11521556 or 15479120. OLE color: 15479120.
HSL color Cylindrical-coordinate representation of color #5031EC: hue angle of 249.95º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5031EC is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 49 | 236 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.07 |
| HSL | 249.95º | 0.83% | 0.56% | - |
| HSV(B) | 249.95º | 0.79% | 0.93% | - |
| XYZ | 19.55 | 9.96 | 80.25 | - |
| YUV | 79.59 | 216.27 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 236 | 0.66 | 0.79 | 0 | 0.07 | 249.95 | 0.83 | 0.56 |
| Hex | 50 | 31 | EC | 42 | 4F | 0 | 7 | FA | 53 | 38 |
| Octal | 120 | 61 | 354 | 102 | 117 | 0 | 7 | 372 | 123 | 70 |
| Binary | 1010000 | 110001 | 11101100 | 1000010 | 1001111 | 0 | 111 | 11111010 | 1010011 | 111000 |
Color Harmonies of #5031EC
Complementary color
Monochromatic Colors of #5031EC
Black with #5031EC
Text Example
Text Example
White with #5031EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5031EC; }
p { color: rgb(80,49,236); }
H1.HeaderClassName
{
color: #5031EC;
}
.AnyTagClassName
{
color: #5031EC;
}
</style>
background-color css
<style>
a { background-color: #5031EC; }
a { background-color: rgb(80,49,236); }
div.DivClassName
{
background-color: #5031EC;
}
.BgClassName
{
background-color: #5031EC;
}
</style>
border-color css
<style>
span { border-color: #5031EC; }
span { border-color: rgb(80,49,236); }
td.TdClassName
{
border-color: #5031EC;
}
.TagClassName
{
border-color: #5031EC;
}
</style>