Shades of Han Purple #5109FE
Tints of Han Purple #5109FE
RGB
CMYK
RGB Variations
Color information
#5109FE (or 0x5109FE) is known color: Han Purple. HEX triplet: 51, 09 and FE. RGB value is (81,9,254). Sum of RGB (Red+Green+Blue) = 81+9+254=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #5109FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5109FE is #AEF601. Grayscale: #393939. Windows color (decimal): -11466242 or 16648529. OLE color: 16648529.
HSL color Cylindrical-coordinate representation of color #5109FE: hue angle of 257.63º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5109FE is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 9 | 254 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.00 |
| HSL | 257.63º | 0.99% | 0.52% | - |
| HSV(B) | 257.63º | 0.96% | 1% | - |
| XYZ | 21.38 | 9.1 | 94.4 | - |
| YUV | 58.46 | 238.35 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 254 | 0.68 | 0.96 | 0 | 0.00 | 257.63 | 0.99 | 0.52 |
| Hex | 51 | 9 | FE | 44 | 60 | 0 | 0 | 102 | 63 | 34 |
| Octal | 121 | 11 | 376 | 104 | 140 | 0 | 0 | 402 | 143 | 64 |
| Binary | 1010001 | 1001 | 11111110 | 1000100 | 1100000 | 0 | 0 | 100000010 | 1100011 | 110100 |
Color Harmonies of #5109FE
Complementary color
Monochromatic Colors of #5109FE
Black with #5109FE
Text Example
Text Example
White with #5109FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5109FE; }
p { color: rgb(81,9,254); }
H1.HeaderClassName
{
color: #5109FE;
}
.AnyTagClassName
{
color: #5109FE;
}
</style>
background-color css
<style>
a { background-color: #5109FE; }
a { background-color: rgb(81,9,254); }
div.DivClassName
{
background-color: #5109FE;
}
.BgClassName
{
background-color: #5109FE;
}
</style>
border-color css
<style>
span { border-color: #5109FE; }
span { border-color: rgb(81,9,254); }
td.TdClassName
{
border-color: #5109FE;
}
.TagClassName
{
border-color: #5109FE;
}
</style>