Shades of Han Purple #5116FF
Tints of Han Purple #5116FF
RGB
CMYK
RGB Variations
Color information
#5116FF (or 0x5116FF) is known color: Han Purple. HEX triplet: 51, 16 and FF. RGB value is (81,22,255). Sum of RGB (Red+Green+Blue) = 81+22+255=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 22 (8.98% from 255 or 6.15% 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 #5116FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5116FF is #AEE900. Grayscale: #414141. Windows color (decimal): -11462913 or 16717393. OLE color: 16717393.
HSL color Cylindrical-coordinate representation of color #5116FF: hue angle of 255.19º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5116FF is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 22 | 255 | - |
| CMYK | 0.68 | 0.91 | 0 | 0 |
| HSL | 255.19º | 1% | 0.54% | - |
| HSV(B) | 255.19º | 0.91% | 1% | - |
| XYZ | 21.73 | 9.54 | 95.3 | - |
| YUV | 66.2 | 234.55 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 255 | 0.68 | 0.91 | 0 | 0 | 255.19 | 1 | 0.54 |
| Hex | 51 | 16 | FF | 44 | 5B | 0 | 0 | FF | 64 | 36 |
| Octal | 121 | 26 | 377 | 104 | 133 | 0 | 0 | 377 | 144 | 66 |
| Binary | 1010001 | 10110 | 11111111 | 1000100 | 1011011 | 0 | 0 | 11111111 | 1100100 | 110110 |
Color Harmonies of #5116FF
Complementary color
Monochromatic Colors of #5116FF
Black with #5116FF
Text Example
Text Example
White with #5116FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5116FF; }
p { color: rgb(81,22,255); }
H1.HeaderClassName
{
color: #5116FF;
}
.AnyTagClassName
{
color: #5116FF;
}
</style>
background-color css
<style>
a { background-color: #5116FF; }
a { background-color: rgb(81,22,255); }
div.DivClassName
{
background-color: #5116FF;
}
.BgClassName
{
background-color: #5116FF;
}
</style>
border-color css
<style>
span { border-color: #5116FF; }
span { border-color: rgb(81,22,255); }
td.TdClassName
{
border-color: #5116FF;
}
.TagClassName
{
border-color: #5116FF;
}
</style>