Shades of Han Purple #5117FF
Tints of Han Purple #5117FF
RGB
CMYK
RGB Variations
Color information
#5117FF (or 0x5117FF) is known color: Han Purple. HEX triplet: 51, 17 and FF. RGB value is (81,23,255). Sum of RGB (Red+Green+Blue) = 81+23+255=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #5117FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5117FF is #AEE800. Grayscale: #414141. Windows color (decimal): -11462657 or 16717649. OLE color: 16717649.
HSL color Cylindrical-coordinate representation of color #5117FF: hue angle of 255º 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 #5117FF is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 23 | 255 | - |
| CMYK | 0.68 | 0.91 | 0 | 0 |
| HSL | 255º | 1% | 0.55% | - |
| HSV(B) | 255º | 0.91% | 1% | - |
| XYZ | 21.75 | 9.58 | 95.31 | - |
| YUV | 66.79 | 234.22 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 23 | 255 | 0.68 | 0.91 | 0 | 0 | 255 | 1 | 0.55 |
| Hex | 51 | 17 | FF | 44 | 5B | 0 | 0 | FF | 64 | 37 |
| Octal | 121 | 27 | 377 | 104 | 133 | 0 | 0 | 377 | 144 | 67 |
| Binary | 1010001 | 10111 | 11111111 | 1000100 | 1011011 | 0 | 0 | 11111111 | 1100100 | 110111 |
Color Harmonies of #5117FF
Complementary color
Monochromatic Colors of #5117FF
Black with #5117FF
Text Example
Text Example
White with #5117FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5117FF; }
p { color: rgb(81,23,255); }
H1.HeaderClassName
{
color: #5117FF;
}
.AnyTagClassName
{
color: #5117FF;
}
</style>
background-color css
<style>
a { background-color: #5117FF; }
a { background-color: rgb(81,23,255); }
div.DivClassName
{
background-color: #5117FF;
}
.BgClassName
{
background-color: #5117FF;
}
</style>
border-color css
<style>
span { border-color: #5117FF; }
span { border-color: rgb(81,23,255); }
td.TdClassName
{
border-color: #5117FF;
}
.TagClassName
{
border-color: #5117FF;
}
</style>