Shades of Han Purple #502EEB
Tints of Han Purple #502EEB
RGB
CMYK
RGB Variations
Color information
#502EEB (or 0x502EEB) is known color: Han Purple. HEX triplet: 50, 2E and EB. RGB value is (80,46,235). Sum of RGB (Red+Green+Blue) = 80+46+235=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #502EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502EEB is #AFD114. Grayscale: #4C4C4C. Windows color (decimal): -11522325 or 15412816. OLE color: 15412816.
HSL color Cylindrical-coordinate representation of color #502EEB: hue angle of 250.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502EEB is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 46 | 235 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.08 |
| HSL | 250.79º | 0.83% | 0.55% | - |
| HSV(B) | 250.79º | 0.8% | 0.92% | - |
| XYZ | 19.28 | 9.66 | 79.45 | - |
| YUV | 77.71 | 216.76 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 235 | 0.66 | 0.80 | 0 | 0.08 | 250.79 | 0.83 | 0.55 |
| Hex | 50 | 2E | EB | 42 | 50 | 0 | 8 | FB | 53 | 37 |
| Octal | 120 | 56 | 353 | 102 | 120 | 0 | 10 | 373 | 123 | 67 |
| Binary | 1010000 | 101110 | 11101011 | 1000010 | 1010000 | 0 | 1000 | 11111011 | 1010011 | 110111 |
Color Harmonies of #502EEB
Complementary color
Monochromatic Colors of #502EEB
Black with #502EEB
Text Example
Text Example
White with #502EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502EEB; }
p { color: rgb(80,46,235); }
H1.HeaderClassName
{
color: #502EEB;
}
.AnyTagClassName
{
color: #502EEB;
}
</style>
background-color css
<style>
a { background-color: #502EEB; }
a { background-color: rgb(80,46,235); }
div.DivClassName
{
background-color: #502EEB;
}
.BgClassName
{
background-color: #502EEB;
}
</style>
border-color css
<style>
span { border-color: #502EEB; }
span { border-color: rgb(80,46,235); }
td.TdClassName
{
border-color: #502EEB;
}
.TagClassName
{
border-color: #502EEB;
}
</style>