Shades of Han Purple #502EE7
Tints of Han Purple #502EE7
RGB
CMYK
RGB Variations
Color information
#502EE7 (or 0x502EE7) is known color: Han Purple. HEX triplet: 50, 2E and E7. RGB value is (80,46,231). Sum of RGB (Red+Green+Blue) = 80+46+231=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 231 (90.62% from 255 or 64.71% from 357); Max value from RGB is 231 - color contains mainly: blue. Hex color #502EE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502EE7 is #AFD118. Grayscale: #4C4C4C. Windows color (decimal): -11522329 or 15150672. OLE color: 15150672.
HSL color Cylindrical-coordinate representation of color #502EE7: hue angle of 251.03º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #502EE7 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 46 | 231 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.09 |
| HSL | 251.03º | 0.79% | 0.54% | - |
| HSV(B) | 251.03º | 0.8% | 0.91% | - |
| XYZ | 18.71 | 9.43 | 76.44 | - |
| YUV | 77.26 | 214.76 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 231 | 0.65 | 0.80 | 0 | 0.09 | 251.03 | 0.79 | 0.54 |
| Hex | 50 | 2E | E7 | 41 | 50 | 0 | 9 | FB | 4F | 36 |
| Octal | 120 | 56 | 347 | 101 | 120 | 0 | 11 | 373 | 117 | 66 |
| Binary | 1010000 | 101110 | 11100111 | 1000001 | 1010000 | 0 | 1001 | 11111011 | 1001111 | 110110 |
Color Harmonies of #502EE7
Complementary color
Monochromatic Colors of #502EE7
Black with #502EE7
Text Example
Text Example
White with #502EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502EE7; }
p { color: rgb(80,46,231); }
H1.HeaderClassName
{
color: #502EE7;
}
.AnyTagClassName
{
color: #502EE7;
}
</style>
background-color css
<style>
a { background-color: #502EE7; }
a { background-color: rgb(80,46,231); }
div.DivClassName
{
background-color: #502EE7;
}
.BgClassName
{
background-color: #502EE7;
}
</style>
border-color css
<style>
span { border-color: #502EE7; }
span { border-color: rgb(80,46,231); }
td.TdClassName
{
border-color: #502EE7;
}
.TagClassName
{
border-color: #502EE7;
}
</style>