Shades of Han Purple #5028EB
Tints of Han Purple #5028EB
RGB
CMYK
RGB Variations
Color information
#5028EB (or 0x5028EB) is known color: Han Purple. HEX triplet: 50, 28 and EB. RGB value is (80,40,235). Sum of RGB (Red+Green+Blue) = 80+40+235=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #5028EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5028EB is #AFD714. Grayscale: #494949. Windows color (decimal): -11523861 or 15411280. OLE color: 15411280.
HSL color Cylindrical-coordinate representation of color #5028EB: hue angle of 252.31º degrees, saturation: 0.83, 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 #5028EB is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 40 | 235 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.08 |
| HSL | 252.31º | 0.83% | 0.54% | - |
| HSV(B) | 252.31º | 0.83% | 0.92% | - |
| XYZ | 19.06 | 9.22 | 79.37 | - |
| YUV | 74.19 | 218.75 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 235 | 0.66 | 0.83 | 0 | 0.08 | 252.31 | 0.83 | 0.54 |
| Hex | 50 | 28 | EB | 42 | 53 | 0 | 8 | FC | 53 | 36 |
| Octal | 120 | 50 | 353 | 102 | 123 | 0 | 10 | 374 | 123 | 66 |
| Binary | 1010000 | 101000 | 11101011 | 1000010 | 1010011 | 0 | 1000 | 11111100 | 1010011 | 110110 |
Color Harmonies of #5028EB
Complementary color
Monochromatic Colors of #5028EB
Black with #5028EB
Text Example
Text Example
White with #5028EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5028EB; }
p { color: rgb(80,40,235); }
H1.HeaderClassName
{
color: #5028EB;
}
.AnyTagClassName
{
color: #5028EB;
}
</style>
background-color css
<style>
a { background-color: #5028EB; }
a { background-color: rgb(80,40,235); }
div.DivClassName
{
background-color: #5028EB;
}
.BgClassName
{
background-color: #5028EB;
}
</style>
border-color css
<style>
span { border-color: #5028EB; }
span { border-color: rgb(80,40,235); }
td.TdClassName
{
border-color: #5028EB;
}
.TagClassName
{
border-color: #5028EB;
}
</style>