Shades of Han Purple #5024EB
Tints of Han Purple #5024EB
RGB
CMYK
RGB Variations
Color information
#5024EB (or 0x5024EB) is known color: Han Purple. HEX triplet: 50, 24 and EB. RGB value is (80,36,235). Sum of RGB (Red+Green+Blue) = 80+36+235=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #5024EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5024EB is #AFDB14. Grayscale: #474747. Windows color (decimal): -11524885 or 15410256. OLE color: 15410256.
HSL color Cylindrical-coordinate representation of color #5024EB: hue angle of 253.27º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5024EB is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 36 | 235 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.08 |
| HSL | 253.27º | 0.83% | 0.53% | - |
| HSV(B) | 253.27º | 0.85% | 0.92% | - |
| XYZ | 18.93 | 8.97 | 79.33 | - |
| YUV | 71.84 | 220.08 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 36 | 235 | 0.66 | 0.85 | 0 | 0.08 | 253.27 | 0.83 | 0.53 |
| Hex | 50 | 24 | EB | 42 | 55 | 0 | 8 | FD | 53 | 35 |
| Octal | 120 | 44 | 353 | 102 | 125 | 0 | 10 | 375 | 123 | 65 |
| Binary | 1010000 | 100100 | 11101011 | 1000010 | 1010101 | 0 | 1000 | 11111101 | 1010011 | 110101 |
Color Harmonies of #5024EB
Complementary color
Monochromatic Colors of #5024EB
Black with #5024EB
Text Example
Text Example
White with #5024EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5024EB; }
p { color: rgb(80,36,235); }
H1.HeaderClassName
{
color: #5024EB;
}
.AnyTagClassName
{
color: #5024EB;
}
</style>
background-color css
<style>
a { background-color: #5024EB; }
a { background-color: rgb(80,36,235); }
div.DivClassName
{
background-color: #5024EB;
}
.BgClassName
{
background-color: #5024EB;
}
</style>
border-color css
<style>
span { border-color: #5024EB; }
span { border-color: rgb(80,36,235); }
td.TdClassName
{
border-color: #5024EB;
}
.TagClassName
{
border-color: #5024EB;
}
</style>