Shades of Han Purple #5031EB
Tints of Han Purple #5031EB
RGB
CMYK
RGB Variations
Color information
#5031EB (or 0x5031EB) is known color: Han Purple. HEX triplet: 50, 31 and EB. RGB value is (80,49,235). Sum of RGB (Red+Green+Blue) = 80+49+235=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #5031EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5031EB is #AFCE14. Grayscale: #4E4E4E. Windows color (decimal): -11521557 or 15413584. OLE color: 15413584.
HSL color Cylindrical-coordinate representation of color #5031EB: hue angle of 250º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5031EB is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 49 | 235 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.08 |
| HSL | 250º | 0.82% | 0.56% | - |
| HSV(B) | 250º | 0.79% | 0.92% | - |
| XYZ | 19.4 | 9.9 | 79.49 | - |
| YUV | 79.47 | 215.77 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 49 | 235 | 0.66 | 0.79 | 0 | 0.08 | 250 | 0.82 | 0.56 |
| Hex | 50 | 31 | EB | 42 | 4F | 0 | 8 | FA | 52 | 38 |
| Octal | 120 | 61 | 353 | 102 | 117 | 0 | 10 | 372 | 122 | 70 |
| Binary | 1010000 | 110001 | 11101011 | 1000010 | 1001111 | 0 | 1000 | 11111010 | 1010010 | 111000 |
Color Harmonies of #5031EB
Complementary color
Monochromatic Colors of #5031EB
Black with #5031EB
Text Example
Text Example
White with #5031EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5031EB; }
p { color: rgb(80,49,235); }
H1.HeaderClassName
{
color: #5031EB;
}
.AnyTagClassName
{
color: #5031EB;
}
</style>
background-color css
<style>
a { background-color: #5031EB; }
a { background-color: rgb(80,49,235); }
div.DivClassName
{
background-color: #5031EB;
}
.BgClassName
{
background-color: #5031EB;
}
</style>
border-color css
<style>
span { border-color: #5031EB; }
span { border-color: rgb(80,49,235); }
td.TdClassName
{
border-color: #5031EB;
}
.TagClassName
{
border-color: #5031EB;
}
</style>