Shades of Han Purple #5118FE
Tints of Han Purple #5118FE
RGB
CMYK
RGB Variations
Color information
#5118FE (or 0x5118FE) is known color: Han Purple. HEX triplet: 51, 18 and FE. RGB value is (81,24,254). Sum of RGB (Red+Green+Blue) = 81+24+254=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #5118FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5118FE is #AEE701. Grayscale: #424242. Windows color (decimal): -11462402 or 16652369. OLE color: 16652369.
HSL color Cylindrical-coordinate representation of color #5118FE: hue angle of 254.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5118FE is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 24 | 254 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.00 |
| HSL | 254.87º | 0.99% | 0.55% | - |
| HSV(B) | 254.87º | 0.91% | 1% | - |
| XYZ | 21.61 | 9.56 | 94.47 | - |
| YUV | 67.26 | 233.38 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 254 | 0.68 | 0.91 | 0 | 0.00 | 254.87 | 0.99 | 0.55 |
| Hex | 51 | 18 | FE | 44 | 5B | 0 | 0 | FF | 63 | 37 |
| Octal | 121 | 30 | 376 | 104 | 133 | 0 | 0 | 377 | 143 | 67 |
| Binary | 1010001 | 11000 | 11111110 | 1000100 | 1011011 | 0 | 0 | 11111111 | 1100011 | 110111 |
Color Harmonies of #5118FE
Complementary color
Monochromatic Colors of #5118FE
Black with #5118FE
Text Example
Text Example
White with #5118FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5118FE; }
p { color: rgb(81,24,254); }
H1.HeaderClassName
{
color: #5118FE;
}
.AnyTagClassName
{
color: #5118FE;
}
</style>
background-color css
<style>
a { background-color: #5118FE; }
a { background-color: rgb(81,24,254); }
div.DivClassName
{
background-color: #5118FE;
}
.BgClassName
{
background-color: #5118FE;
}
</style>
border-color css
<style>
span { border-color: #5118FE; }
span { border-color: rgb(81,24,254); }
td.TdClassName
{
border-color: #5118FE;
}
.TagClassName
{
border-color: #5118FE;
}
</style>