Shades of Han Purple #5110FC
Tints of Han Purple #5110FC
RGB
CMYK
RGB Variations
Color information
#5110FC (or 0x5110FC) is known color: Han Purple. HEX triplet: 51, 10 and FC. RGB value is (81,16,252). Sum of RGB (Red+Green+Blue) = 81+16+252=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #5110FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5110FC is #AEEF03. Grayscale: #3D3D3D. Windows color (decimal): -11464452 or 16519249. OLE color: 16519249.
HSL color Cylindrical-coordinate representation of color #5110FC: hue angle of 256.53º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5110FC is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 16 | 252 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.01 |
| HSL | 256.53º | 0.98% | 0.53% | - |
| HSV(B) | 256.53º | 0.94% | 0.99% | - |
| XYZ | 21.15 | 9.15 | 92.75 | - |
| YUV | 62.34 | 235.03 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 252 | 0.68 | 0.94 | 0 | 0.01 | 256.53 | 0.98 | 0.53 |
| Hex | 51 | 10 | FC | 44 | 5E | 0 | 1 | 101 | 62 | 35 |
| Octal | 121 | 20 | 374 | 104 | 136 | 0 | 1 | 401 | 142 | 65 |
| Binary | 1010001 | 10000 | 11111100 | 1000100 | 1011110 | 0 | 1 | 100000001 | 1100010 | 110101 |
Color Harmonies of #5110FC
Complementary color
Monochromatic Colors of #5110FC
Black with #5110FC
Text Example
Text Example
White with #5110FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5110FC; }
p { color: rgb(81,16,252); }
H1.HeaderClassName
{
color: #5110FC;
}
.AnyTagClassName
{
color: #5110FC;
}
</style>
background-color css
<style>
a { background-color: #5110FC; }
a { background-color: rgb(81,16,252); }
div.DivClassName
{
background-color: #5110FC;
}
.BgClassName
{
background-color: #5110FC;
}
</style>
border-color css
<style>
span { border-color: #5110FC; }
span { border-color: rgb(81,16,252); }
td.TdClassName
{
border-color: #5110FC;
}
.TagClassName
{
border-color: #5110FC;
}
</style>