Shades of Han Purple #5107FE
Tints of Han Purple #5107FE
RGB
CMYK
RGB Variations
Color information
#5107FE (or 0x5107FE) is known color: Han Purple. HEX triplet: 51, 07 and FE. RGB value is (81,7,254). Sum of RGB (Red+Green+Blue) = 81+7+254=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #5107FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5107FE is #AEF801. Grayscale: #383838. Windows color (decimal): -11466754 or 16648017. OLE color: 16648017.
HSL color Cylindrical-coordinate representation of color #5107FE: hue angle of 257.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5107FE is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 7 | 254 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.00 |
| HSL | 257.98º | 0.99% | 0.51% | - |
| HSV(B) | 257.98º | 0.97% | 1% | - |
| XYZ | 21.36 | 9.06 | 94.39 | - |
| YUV | 57.28 | 239.02 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 254 | 0.68 | 0.97 | 0 | 0.00 | 257.98 | 0.99 | 0.51 |
| Hex | 51 | 7 | FE | 44 | 61 | 0 | 0 | 102 | 63 | 33 |
| Octal | 121 | 7 | 376 | 104 | 141 | 0 | 0 | 402 | 143 | 63 |
| Binary | 1010001 | 111 | 11111110 | 1000100 | 1100001 | 0 | 0 | 100000010 | 1100011 | 110011 |
Color Harmonies of #5107FE
Complementary color
Monochromatic Colors of #5107FE
Black with #5107FE
Text Example
Text Example
White with #5107FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5107FE; }
p { color: rgb(81,7,254); }
H1.HeaderClassName
{
color: #5107FE;
}
.AnyTagClassName
{
color: #5107FE;
}
</style>
background-color css
<style>
a { background-color: #5107FE; }
a { background-color: rgb(81,7,254); }
div.DivClassName
{
background-color: #5107FE;
}
.BgClassName
{
background-color: #5107FE;
}
</style>
border-color css
<style>
span { border-color: #5107FE; }
span { border-color: rgb(81,7,254); }
td.TdClassName
{
border-color: #5107FE;
}
.TagClassName
{
border-color: #5107FE;
}
</style>