Shades of Han Purple #5106FE
Tints of Han Purple #5106FE
RGB
CMYK
RGB Variations
Color information
#5106FE (or 0x5106FE) is known color: Han Purple. HEX triplet: 51, 06 and FE. RGB value is (81,6,254). Sum of RGB (Red+Green+Blue) = 81+6+254=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #5106FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5106FE is #AEF901. Grayscale: #373737. Windows color (decimal): -11467010 or 16647761. OLE color: 16647761.
HSL color Cylindrical-coordinate representation of color #5106FE: hue angle of 258.15º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5106FE is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 6 | 254 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.00 |
| HSL | 258.15º | 0.99% | 0.51% | - |
| HSV(B) | 258.15º | 0.98% | 1% | - |
| XYZ | 21.35 | 9.04 | 94.38 | - |
| YUV | 56.7 | 239.35 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 6 | 254 | 0.68 | 0.98 | 0 | 0.00 | 258.15 | 0.99 | 0.51 |
| Hex | 51 | 6 | FE | 44 | 62 | 0 | 0 | 102 | 63 | 33 |
| Octal | 121 | 6 | 376 | 104 | 142 | 0 | 0 | 402 | 143 | 63 |
| Binary | 1010001 | 110 | 11111110 | 1000100 | 1100010 | 0 | 0 | 100000010 | 1100011 | 110011 |
Color Harmonies of #5106FE
Complementary color
Monochromatic Colors of #5106FE
Black with #5106FE
Text Example
Text Example
White with #5106FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5106FE; }
p { color: rgb(81,6,254); }
H1.HeaderClassName
{
color: #5106FE;
}
.AnyTagClassName
{
color: #5106FE;
}
</style>
background-color css
<style>
a { background-color: #5106FE; }
a { background-color: rgb(81,6,254); }
div.DivClassName
{
background-color: #5106FE;
}
.BgClassName
{
background-color: #5106FE;
}
</style>
border-color css
<style>
span { border-color: #5106FE; }
span { border-color: rgb(81,6,254); }
td.TdClassName
{
border-color: #5106FE;
}
.TagClassName
{
border-color: #5106FE;
}
</style>