Shades of Han Purple #502CE1
Tints of Han Purple #502CE1
RGB
CMYK
RGB Variations
Color information
#502CE1 (or 0x502CE1) is known color: Han Purple. HEX triplet: 50, 2C and E1. RGB value is (80,44,225). Sum of RGB (Red+Green+Blue) = 80+44+225=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 225 (88.28% from 255 or 64.47% from 349); Max value from RGB is 225 - color contains mainly: blue. Hex color #502CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502CE1 is #AFD31E. Grayscale: #4A4A4A. Windows color (decimal): -11522847 or 14756944. OLE color: 14756944.
HSL color Cylindrical-coordinate representation of color #502CE1: hue angle of 251.93º 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 #502CE1 is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 44 | 225 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.12 |
| HSL | 251.93º | 0.75% | 0.53% | - |
| HSV(B) | 251.93º | 0.8% | 0.88% | - |
| XYZ | 17.8 | 8.94 | 72.02 | - |
| YUV | 75.4 | 212.43 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 225 | 0.64 | 0.80 | 0 | 0.12 | 251.93 | 0.75 | 0.53 |
| Hex | 50 | 2C | E1 | 40 | 50 | 0 | C | FC | 4B | 35 |
| Octal | 120 | 54 | 341 | 100 | 120 | 0 | 14 | 374 | 113 | 65 |
| Binary | 1010000 | 101100 | 11100001 | 1000000 | 1010000 | 0 | 1100 | 11111100 | 1001011 | 110101 |
Color Harmonies of #502CE1
Complementary color
Monochromatic Colors of #502CE1
Black with #502CE1
Text Example
Text Example
White with #502CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502CE1; }
p { color: rgb(80,44,225); }
H1.HeaderClassName
{
color: #502CE1;
}
.AnyTagClassName
{
color: #502CE1;
}
</style>
background-color css
<style>
a { background-color: #502CE1; }
a { background-color: rgb(80,44,225); }
div.DivClassName
{
background-color: #502CE1;
}
.BgClassName
{
background-color: #502CE1;
}
</style>
border-color css
<style>
span { border-color: #502CE1; }
span { border-color: rgb(80,44,225); }
td.TdClassName
{
border-color: #502CE1;
}
.TagClassName
{
border-color: #502CE1;
}
</style>