Shades of Han Purple #502EE1
Tints of Han Purple #502EE1
RGB
CMYK
RGB Variations
Color information
#502EE1 (or 0x502EE1) is known color: Han Purple. HEX triplet: 50, 2E and E1. RGB value is (80,46,225). Sum of RGB (Red+Green+Blue) = 80+46+225=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 225 (88.28% from 255 or 64.10% from 351); Max value from RGB is 225 - color contains mainly: blue. Hex color #502EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502EE1 is #AFD11E. Grayscale: #4B4B4B. Windows color (decimal): -11522335 or 14757456. OLE color: 14757456.
HSL color Cylindrical-coordinate representation of color #502EE1: hue angle of 251.4º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502EE1 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 46 | 225 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.12 |
| HSL | 251.4º | 0.75% | 0.53% | - |
| HSV(B) | 251.4º | 0.8% | 0.88% | - |
| XYZ | 17.88 | 9.1 | 72.05 | - |
| YUV | 76.57 | 211.76 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 225 | 0.64 | 0.80 | 0 | 0.12 | 251.4 | 0.75 | 0.53 |
| Hex | 50 | 2E | E1 | 40 | 50 | 0 | C | FB | 4B | 35 |
| Octal | 120 | 56 | 341 | 100 | 120 | 0 | 14 | 373 | 113 | 65 |
| Binary | 1010000 | 101110 | 11100001 | 1000000 | 1010000 | 0 | 1100 | 11111011 | 1001011 | 110101 |
Color Harmonies of #502EE1
Complementary color
Monochromatic Colors of #502EE1
Black with #502EE1
Text Example
Text Example
White with #502EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502EE1; }
p { color: rgb(80,46,225); }
H1.HeaderClassName
{
color: #502EE1;
}
.AnyTagClassName
{
color: #502EE1;
}
</style>
background-color css
<style>
a { background-color: #502EE1; }
a { background-color: rgb(80,46,225); }
div.DivClassName
{
background-color: #502EE1;
}
.BgClassName
{
background-color: #502EE1;
}
</style>
border-color css
<style>
span { border-color: #502EE1; }
span { border-color: rgb(80,46,225); }
td.TdClassName
{
border-color: #502EE1;
}
.TagClassName
{
border-color: #502EE1;
}
</style>