Shades of Han Purple #502CE6
Tints of Han Purple #502CE6
RGB
CMYK
RGB Variations
Color information
#502CE6 (or 0x502CE6) is known color: Han Purple. HEX triplet: 50, 2C and E6. RGB value is (80,44,230). Sum of RGB (Red+Green+Blue) = 80+44+230=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 44 (17.58% from 255 or 12.43% from 354); Blue value is 230 (90.23% from 255 or 64.97% from 354); Max value from RGB is 230 - color contains mainly: blue. Hex color #502CE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502CE6 is #AFD319. Grayscale: #4B4B4B. Windows color (decimal): -11522842 or 15084624. OLE color: 15084624.
HSL color Cylindrical-coordinate representation of color #502CE6: hue angle of 251.61º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502CE6 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 44 | 230 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.10 |
| HSL | 251.61º | 0.79% | 0.54% | - |
| HSV(B) | 251.61º | 0.81% | 0.9% | - |
| XYZ | 18.49 | 9.22 | 75.67 | - |
| YUV | 75.97 | 214.93 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 230 | 0.65 | 0.81 | 0 | 0.10 | 251.61 | 0.79 | 0.54 |
| Hex | 50 | 2C | E6 | 41 | 51 | 0 | A | FC | 4F | 36 |
| Octal | 120 | 54 | 346 | 101 | 121 | 0 | 12 | 374 | 117 | 66 |
| Binary | 1010000 | 101100 | 11100110 | 1000001 | 1010001 | 0 | 1010 | 11111100 | 1001111 | 110110 |
Color Harmonies of #502CE6
Complementary color
Monochromatic Colors of #502CE6
Black with #502CE6
Text Example
Text Example
White with #502CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502CE6; }
p { color: rgb(80,44,230); }
H1.HeaderClassName
{
color: #502CE6;
}
.AnyTagClassName
{
color: #502CE6;
}
</style>
background-color css
<style>
a { background-color: #502CE6; }
a { background-color: rgb(80,44,230); }
div.DivClassName
{
background-color: #502CE6;
}
.BgClassName
{
background-color: #502CE6;
}
</style>
border-color css
<style>
span { border-color: #502CE6; }
span { border-color: rgb(80,44,230); }
td.TdClassName
{
border-color: #502CE6;
}
.TagClassName
{
border-color: #502CE6;
}
</style>