Shades of Han Purple #5118FF
Tints of Han Purple #5118FF
RGB
CMYK
RGB Variations
Color information
#5118FF (or 0x5118FF) is known color: Han Purple. HEX triplet: 51, 18 and FF. RGB value is (81,24,255). Sum of RGB (Red+Green+Blue) = 81+24+255=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #5118FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5118FF is #AEE700. Grayscale: #424242. Windows color (decimal): -11462401 or 16717905. OLE color: 16717905.
HSL color Cylindrical-coordinate representation of color #5118FF: hue angle of 254.81º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5118FF is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 24 | 255 | - |
| CMYK | 0.68 | 0.91 | 0 | 0 |
| HSL | 254.81º | 1% | 0.55% | - |
| HSV(B) | 254.81º | 0.91% | 1% | - |
| XYZ | 21.77 | 9.62 | 95.32 | - |
| YUV | 67.38 | 233.88 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 255 | 0.68 | 0.91 | 0 | 0 | 254.81 | 1 | 0.55 |
| Hex | 51 | 18 | FF | 44 | 5B | 0 | 0 | FF | 64 | 37 |
| Octal | 121 | 30 | 377 | 104 | 133 | 0 | 0 | 377 | 144 | 67 |
| Binary | 1010001 | 11000 | 11111111 | 1000100 | 1011011 | 0 | 0 | 11111111 | 1100100 | 110111 |
Color Harmonies of #5118FF
Complementary color
Monochromatic Colors of #5118FF
Black with #5118FF
Text Example
Text Example
White with #5118FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5118FF; }
p { color: rgb(81,24,255); }
H1.HeaderClassName
{
color: #5118FF;
}
.AnyTagClassName
{
color: #5118FF;
}
</style>
background-color css
<style>
a { background-color: #5118FF; }
a { background-color: rgb(81,24,255); }
div.DivClassName
{
background-color: #5118FF;
}
.BgClassName
{
background-color: #5118FF;
}
</style>
border-color css
<style>
span { border-color: #5118FF; }
span { border-color: rgb(81,24,255); }
td.TdClassName
{
border-color: #5118FF;
}
.TagClassName
{
border-color: #5118FF;
}
</style>