Shades of Han Purple #5017FF
Tints of Han Purple #5017FF
RGB
CMYK
RGB Variations
Color information
#5017FF (or 0x5017FF) is known color: Han Purple. HEX triplet: 50, 17 and FF. RGB value is (80,23,255). Sum of RGB (Red+Green+Blue) = 80+23+255=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #5017FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5017FF is #AFE800. Grayscale: #414141. Windows color (decimal): -11528193 or 16717648. OLE color: 16717648.
HSL color Cylindrical-coordinate representation of color #5017FF: hue angle of 254.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5017FF is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 23 | 255 | - |
| CMYK | 0.69 | 0.91 | 0 | 0 |
| HSL | 254.74º | 1% | 0.55% | - |
| HSV(B) | 254.74º | 0.91% | 1% | - |
| XYZ | 21.66 | 9.54 | 95.31 | - |
| YUV | 66.49 | 234.38 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 255 | 0.69 | 0.91 | 0 | 0 | 254.74 | 1 | 0.55 |
| Hex | 50 | 17 | FF | 45 | 5B | 0 | 0 | FF | 64 | 37 |
| Octal | 120 | 27 | 377 | 105 | 133 | 0 | 0 | 377 | 144 | 67 |
| Binary | 1010000 | 10111 | 11111111 | 1000101 | 1011011 | 0 | 0 | 11111111 | 1100100 | 110111 |
Color Harmonies of #5017FF
Complementary color
Monochromatic Colors of #5017FF
Black with #5017FF
Text Example
Text Example
White with #5017FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5017FF; }
p { color: rgb(80,23,255); }
H1.HeaderClassName
{
color: #5017FF;
}
.AnyTagClassName
{
color: #5017FF;
}
</style>
background-color css
<style>
a { background-color: #5017FF; }
a { background-color: rgb(80,23,255); }
div.DivClassName
{
background-color: #5017FF;
}
.BgClassName
{
background-color: #5017FF;
}
</style>
border-color css
<style>
span { border-color: #5017FF; }
span { border-color: rgb(80,23,255); }
td.TdClassName
{
border-color: #5017FF;
}
.TagClassName
{
border-color: #5017FF;
}
</style>