Shades of Han Purple #502EEC
Tints of Han Purple #502EEC
RGB
CMYK
RGB Variations
Color information
#502EEC (or 0x502EEC) is known color: Han Purple. HEX triplet: 50, 2E and EC. RGB value is (80,46,236). Sum of RGB (Red+Green+Blue) = 80+46+236=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #502EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502EEC is #AFD113. Grayscale: #4D4D4D. Windows color (decimal): -11522324 or 15478352. OLE color: 15478352.
HSL color Cylindrical-coordinate representation of color #502EEC: hue angle of 250.74º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502EEC is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 46 | 236 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.07 |
| HSL | 250.74º | 0.83% | 0.55% | - |
| HSV(B) | 250.74º | 0.81% | 0.93% | - |
| XYZ | 19.43 | 9.72 | 80.21 | - |
| YUV | 77.83 | 217.26 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 236 | 0.66 | 0.81 | 0 | 0.07 | 250.74 | 0.83 | 0.55 |
| Hex | 50 | 2E | EC | 42 | 51 | 0 | 7 | FB | 53 | 37 |
| Octal | 120 | 56 | 354 | 102 | 121 | 0 | 7 | 373 | 123 | 67 |
| Binary | 1010000 | 101110 | 11101100 | 1000010 | 1010001 | 0 | 111 | 11111011 | 1010011 | 110111 |
Color Harmonies of #502EEC
Complementary color
Monochromatic Colors of #502EEC
Black with #502EEC
Text Example
Text Example
White with #502EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502EEC; }
p { color: rgb(80,46,236); }
H1.HeaderClassName
{
color: #502EEC;
}
.AnyTagClassName
{
color: #502EEC;
}
</style>
background-color css
<style>
a { background-color: #502EEC; }
a { background-color: rgb(80,46,236); }
div.DivClassName
{
background-color: #502EEC;
}
.BgClassName
{
background-color: #502EEC;
}
</style>
border-color css
<style>
span { border-color: #502EEC; }
span { border-color: rgb(80,46,236); }
td.TdClassName
{
border-color: #502EEC;
}
.TagClassName
{
border-color: #502EEC;
}
</style>