Shades of Han Purple #5028EA
Tints of Han Purple #5028EA
RGB
CMYK
RGB Variations
Color information
#5028EA (or 0x5028EA) is known color: Han Purple. HEX triplet: 50, 28 and EA. RGB value is (80,40,234). Sum of RGB (Red+Green+Blue) = 80+40+234=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #5028EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5028EA is #AFD715. Grayscale: #494949. Windows color (decimal): -11523862 or 15345744. OLE color: 15345744.
HSL color Cylindrical-coordinate representation of color #5028EA: hue angle of 252.37º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5028EA is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 40 | 234 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.08 |
| HSL | 252.37º | 0.82% | 0.54% | - |
| HSV(B) | 252.37º | 0.83% | 0.92% | - |
| XYZ | 18.92 | 9.16 | 78.61 | - |
| YUV | 74.08 | 218.25 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 234 | 0.66 | 0.83 | 0 | 0.08 | 252.37 | 0.82 | 0.54 |
| Hex | 50 | 28 | EA | 42 | 53 | 0 | 8 | FC | 52 | 36 |
| Octal | 120 | 50 | 352 | 102 | 123 | 0 | 10 | 374 | 122 | 66 |
| Binary | 1010000 | 101000 | 11101010 | 1000010 | 1010011 | 0 | 1000 | 11111100 | 1010010 | 110110 |
Color Harmonies of #5028EA
Complementary color
Monochromatic Colors of #5028EA
Black with #5028EA
Text Example
Text Example
White with #5028EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5028EA; }
p { color: rgb(80,40,234); }
H1.HeaderClassName
{
color: #5028EA;
}
.AnyTagClassName
{
color: #5028EA;
}
</style>
background-color css
<style>
a { background-color: #5028EA; }
a { background-color: rgb(80,40,234); }
div.DivClassName
{
background-color: #5028EA;
}
.BgClassName
{
background-color: #5028EA;
}
</style>
border-color css
<style>
span { border-color: #5028EA; }
span { border-color: rgb(80,40,234); }
td.TdClassName
{
border-color: #5028EA;
}
.TagClassName
{
border-color: #5028EA;
}
</style>