Shades of Han Purple #502AE8
Tints of Han Purple #502AE8
RGB
CMYK
RGB Variations
Color information
#502AE8 (or 0x502AE8) is known color: Han Purple. HEX triplet: 50, 2A and E8. RGB value is (80,42,232). Sum of RGB (Red+Green+Blue) = 80+42+232=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 232 (91.02% from 255 or 65.54% from 354); Max value from RGB is 232 - color contains mainly: blue. Hex color #502AE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502AE8 is #AFD517. Grayscale: #4A4A4A. Windows color (decimal): -11523352 or 15215184. OLE color: 15215184.
HSL color Cylindrical-coordinate representation of color #502AE8: hue angle of 252º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502AE8 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 42 | 232 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.09 |
| HSL | 252º | 0.81% | 0.54% | - |
| HSV(B) | 252º | 0.82% | 0.91% | - |
| XYZ | 18.7 | 9.19 | 77.13 | - |
| YUV | 75.02 | 216.59 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 232 | 0.66 | 0.82 | 0 | 0.09 | 252 | 0.81 | 0.54 |
| Hex | 50 | 2A | E8 | 42 | 52 | 0 | 9 | FC | 51 | 36 |
| Octal | 120 | 52 | 350 | 102 | 122 | 0 | 11 | 374 | 121 | 66 |
| Binary | 1010000 | 101010 | 11101000 | 1000010 | 1010010 | 0 | 1001 | 11111100 | 1010001 | 110110 |
Color Harmonies of #502AE8
Complementary color
Monochromatic Colors of #502AE8
Black with #502AE8
Text Example
Text Example
White with #502AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502AE8; }
p { color: rgb(80,42,232); }
H1.HeaderClassName
{
color: #502AE8;
}
.AnyTagClassName
{
color: #502AE8;
}
</style>
background-color css
<style>
a { background-color: #502AE8; }
a { background-color: rgb(80,42,232); }
div.DivClassName
{
background-color: #502AE8;
}
.BgClassName
{
background-color: #502AE8;
}
</style>
border-color css
<style>
span { border-color: #502AE8; }
span { border-color: rgb(80,42,232); }
td.TdClassName
{
border-color: #502AE8;
}
.TagClassName
{
border-color: #502AE8;
}
</style>