Shades of Han Purple #5109FC
Tints of Han Purple #5109FC
RGB
CMYK
RGB Variations
Color information
#5109FC (or 0x5109FC) is known color: Han Purple. HEX triplet: 51, 09 and FC. RGB value is (81,9,252). Sum of RGB (Red+Green+Blue) = 81+9+252=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #5109FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5109FC is #AEF603. Grayscale: #393939. Windows color (decimal): -11466244 or 16517457. OLE color: 16517457.
HSL color Cylindrical-coordinate representation of color #5109FC: hue angle of 257.78º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5109FC is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 9 | 252 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.01 |
| HSL | 257.78º | 0.98% | 0.51% | - |
| HSV(B) | 257.78º | 0.96% | 0.99% | - |
| XYZ | 21.06 | 8.97 | 92.72 | - |
| YUV | 58.23 | 237.35 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 252 | 0.68 | 0.96 | 0 | 0.01 | 257.78 | 0.98 | 0.51 |
| Hex | 51 | 9 | FC | 44 | 60 | 0 | 1 | 102 | 62 | 33 |
| Octal | 121 | 11 | 374 | 104 | 140 | 0 | 1 | 402 | 142 | 63 |
| Binary | 1010001 | 1001 | 11111100 | 1000100 | 1100000 | 0 | 1 | 100000010 | 1100010 | 110011 |
Color Harmonies of #5109FC
Complementary color
Monochromatic Colors of #5109FC
Black with #5109FC
Text Example
Text Example
White with #5109FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5109FC; }
p { color: rgb(81,9,252); }
H1.HeaderClassName
{
color: #5109FC;
}
.AnyTagClassName
{
color: #5109FC;
}
</style>
background-color css
<style>
a { background-color: #5109FC; }
a { background-color: rgb(81,9,252); }
div.DivClassName
{
background-color: #5109FC;
}
.BgClassName
{
background-color: #5109FC;
}
</style>
border-color css
<style>
span { border-color: #5109FC; }
span { border-color: rgb(81,9,252); }
td.TdClassName
{
border-color: #5109FC;
}
.TagClassName
{
border-color: #5109FC;
}
</style>