Shades of Han Purple #502EEA
Tints of Han Purple #502EEA
RGB
CMYK
RGB Variations
Color information
#502EEA (or 0x502EEA) is known color: Han Purple. HEX triplet: 50, 2E and EA. RGB value is (80,46,234). Sum of RGB (Red+Green+Blue) = 80+46+234=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #502EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502EEA is #AFD115. Grayscale: #4C4C4C. Windows color (decimal): -11522326 or 15347280. OLE color: 15347280.
HSL color Cylindrical-coordinate representation of color #502EEA: hue angle of 250.85º degrees, saturation: 0.82, 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 #502EEA is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 46 | 234 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.08 |
| HSL | 250.85º | 0.82% | 0.55% | - |
| HSV(B) | 250.85º | 0.8% | 0.92% | - |
| XYZ | 19.14 | 9.6 | 78.69 | - |
| YUV | 77.6 | 216.26 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 234 | 0.66 | 0.80 | 0 | 0.08 | 250.85 | 0.82 | 0.55 |
| Hex | 50 | 2E | EA | 42 | 50 | 0 | 8 | FB | 52 | 37 |
| Octal | 120 | 56 | 352 | 102 | 120 | 0 | 10 | 373 | 122 | 67 |
| Binary | 1010000 | 101110 | 11101010 | 1000010 | 1010000 | 0 | 1000 | 11111011 | 1010010 | 110111 |
Color Harmonies of #502EEA
Complementary color
Monochromatic Colors of #502EEA
Black with #502EEA
Text Example
Text Example
White with #502EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502EEA; }
p { color: rgb(80,46,234); }
H1.HeaderClassName
{
color: #502EEA;
}
.AnyTagClassName
{
color: #502EEA;
}
</style>
background-color css
<style>
a { background-color: #502EEA; }
a { background-color: rgb(80,46,234); }
div.DivClassName
{
background-color: #502EEA;
}
.BgClassName
{
background-color: #502EEA;
}
</style>
border-color css
<style>
span { border-color: #502EEA; }
span { border-color: rgb(80,46,234); }
td.TdClassName
{
border-color: #502EEA;
}
.TagClassName
{
border-color: #502EEA;
}
</style>