Shades of Han Purple #5017E6
Tints of Han Purple #5017E6
RGB
CMYK
RGB Variations
Color information
#5017E6 (or 0x5017E6) is known color: Han Purple. HEX triplet: 50, 17 and E6. RGB value is (80,23,230). Sum of RGB (Red+Green+Blue) = 80+23+230=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 230 (90.23% from 255 or 69.07% from 333); Max value from RGB is 230 - color contains mainly: blue. Hex color #5017E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5017E6 is #AFE819. Grayscale: #3E3E3E. Windows color (decimal): -11528218 or 15079248. OLE color: 15079248.
HSL color Cylindrical-coordinate representation of color #5017E6: hue angle of 256.52º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5017E6 is Cyan = 0.65, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 23 | 230 | - |
| CMYK | 0.65 | 0.9 | 0 | 0.10 |
| HSL | 256.52º | 0.82% | 0.5% | - |
| HSV(B) | 256.52º | 0.9% | 0.9% | - |
| XYZ | 17.9 | 8.03 | 75.47 | - |
| YUV | 63.64 | 221.88 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 230 | 0.65 | 0.9 | 0 | 0.10 | 256.52 | 0.82 | 0.5 |
| Hex | 50 | 17 | E6 | 41 | 5A | 0 | A | 101 | 52 | 32 |
| Octal | 120 | 27 | 346 | 101 | 132 | 0 | 12 | 401 | 122 | 62 |
| Binary | 1010000 | 10111 | 11100110 | 1000001 | 1011010 | 0 | 1010 | 100000001 | 1010010 | 110010 |
Color Harmonies of #5017E6
Complementary color
Monochromatic Colors of #5017E6
Black with #5017E6
Text Example
Text Example
White with #5017E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5017E6; }
p { color: rgb(80,23,230); }
H1.HeaderClassName
{
color: #5017E6;
}
.AnyTagClassName
{
color: #5017E6;
}
</style>
background-color css
<style>
a { background-color: #5017E6; }
a { background-color: rgb(80,23,230); }
div.DivClassName
{
background-color: #5017E6;
}
.BgClassName
{
background-color: #5017E6;
}
</style>
border-color css
<style>
span { border-color: #5017E6; }
span { border-color: rgb(80,23,230); }
td.TdClassName
{
border-color: #5017E6;
}
.TagClassName
{
border-color: #5017E6;
}
</style>