Shades of Han Purple #5116FC
Tints of Han Purple #5116FC
RGB
CMYK
RGB Variations
Color information
#5116FC (or 0x5116FC) is known color: Han Purple. HEX triplet: 51, 16 and FC. RGB value is (81,22,252). Sum of RGB (Red+Green+Blue) = 81+22+252=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #5116FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5116FC is #AEE903. Grayscale: #414141. Windows color (decimal): -11462916 or 16520785. OLE color: 16520785.
HSL color Cylindrical-coordinate representation of color #5116FC: hue angle of 255.39º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5116FC is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 22 | 252 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.01 |
| HSL | 255.39º | 0.97% | 0.54% | - |
| HSV(B) | 255.39º | 0.91% | 0.99% | - |
| XYZ | 21.25 | 9.35 | 92.78 | - |
| YUV | 65.86 | 233.05 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 22 | 252 | 0.68 | 0.91 | 0 | 0.01 | 255.39 | 0.97 | 0.54 |
| Hex | 51 | 16 | FC | 44 | 5B | 0 | 1 | FF | 61 | 36 |
| Octal | 121 | 26 | 374 | 104 | 133 | 0 | 1 | 377 | 141 | 66 |
| Binary | 1010001 | 10110 | 11111100 | 1000100 | 1011011 | 0 | 1 | 11111111 | 1100001 | 110110 |
Color Harmonies of #5116FC
Complementary color
Monochromatic Colors of #5116FC
Black with #5116FC
Text Example
Text Example
White with #5116FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5116FC; }
p { color: rgb(81,22,252); }
H1.HeaderClassName
{
color: #5116FC;
}
.AnyTagClassName
{
color: #5116FC;
}
</style>
background-color css
<style>
a { background-color: #5116FC; }
a { background-color: rgb(81,22,252); }
div.DivClassName
{
background-color: #5116FC;
}
.BgClassName
{
background-color: #5116FC;
}
</style>
border-color css
<style>
span { border-color: #5116FC; }
span { border-color: rgb(81,22,252); }
td.TdClassName
{
border-color: #5116FC;
}
.TagClassName
{
border-color: #5116FC;
}
</style>