Shades of Han Purple #5110FD
Tints of Han Purple #5110FD
RGB
CMYK
RGB Variations
Color information
#5110FD (or 0x5110FD) is known color: Han Purple. HEX triplet: 51, 10 and FD. RGB value is (81,16,253). Sum of RGB (Red+Green+Blue) = 81+16+253=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #5110FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5110FD is #AEEF02. Grayscale: #3D3D3D. Windows color (decimal): -11464451 or 16584785. OLE color: 16584785.
HSL color Cylindrical-coordinate representation of color #5110FD: hue angle of 256.46º 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 #5110FD is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 16 | 253 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.01 |
| HSL | 256.46º | 0.98% | 0.53% | - |
| HSV(B) | 256.46º | 0.94% | 0.99% | - |
| XYZ | 21.31 | 9.21 | 93.58 | - |
| YUV | 62.45 | 235.53 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 16 | 253 | 0.68 | 0.94 | 0 | 0.01 | 256.46 | 0.98 | 0.53 |
| Hex | 51 | 10 | FD | 44 | 5E | 0 | 1 | 100 | 62 | 35 |
| Octal | 121 | 20 | 375 | 104 | 136 | 0 | 1 | 400 | 142 | 65 |
| Binary | 1010001 | 10000 | 11111101 | 1000100 | 1011110 | 0 | 1 | 100000000 | 1100010 | 110101 |
Color Harmonies of #5110FD
Complementary color
Monochromatic Colors of #5110FD
Black with #5110FD
Text Example
Text Example
White with #5110FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5110FD; }
p { color: rgb(81,16,253); }
H1.HeaderClassName
{
color: #5110FD;
}
.AnyTagClassName
{
color: #5110FD;
}
</style>
background-color css
<style>
a { background-color: #5110FD; }
a { background-color: rgb(81,16,253); }
div.DivClassName
{
background-color: #5110FD;
}
.BgClassName
{
background-color: #5110FD;
}
</style>
border-color css
<style>
span { border-color: #5110FD; }
span { border-color: rgb(81,16,253); }
td.TdClassName
{
border-color: #5110FD;
}
.TagClassName
{
border-color: #5110FD;
}
</style>