Shades of Han Purple #5100DE
Tints of Han Purple #5100DE
RGB
CMYK
RGB Variations
Color information
#5100DE (or 0x5100DE) is known color: Han Purple. HEX triplet: 51, 00 and DE. RGB value is (81,0,222). Sum of RGB (Red+Green+Blue) = 81+0+222=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #5100DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5100DE is #AEFF21. Grayscale: #303030. Windows color (decimal): -11468578 or 14549073. OLE color: 14549073.
HSL color Cylindrical-coordinate representation of color #5100DE: hue angle of 261.89º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5100DE is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 0 | 222 | - |
| CMYK | 0.64 | 1 | 0 | 0.13 |
| HSL | 261.89º | 1% | 0.44% | - |
| HSV(B) | 261.89º | 1% | 0.87% | - |
| XYZ | 16.58 | 7.02 | 69.59 | - |
| YUV | 49.53 | 225.34 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 222 | 0.64 | 1 | 0 | 0.13 | 261.89 | 1 | 0.44 |
| Hex | 51 | 0 | DE | 40 | 64 | 0 | D | 106 | 64 | 2C |
| Octal | 121 | 0 | 336 | 100 | 144 | 0 | 15 | 406 | 144 | 54 |
| Binary | 1010001 | 0 | 11011110 | 1000000 | 1100100 | 0 | 1101 | 100000110 | 1100100 | 101100 |
Color Harmonies of #5100DE
Complementary color
Monochromatic Colors of #5100DE
Black with #5100DE
Text Example
Text Example
White with #5100DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5100DE; }
p { color: rgb(81,0,222); }
H1.HeaderClassName
{
color: #5100DE;
}
.AnyTagClassName
{
color: #5100DE;
}
</style>
background-color css
<style>
a { background-color: #5100DE; }
a { background-color: rgb(81,0,222); }
div.DivClassName
{
background-color: #5100DE;
}
.BgClassName
{
background-color: #5100DE;
}
</style>
border-color css
<style>
span { border-color: #5100DE; }
span { border-color: rgb(81,0,222); }
td.TdClassName
{
border-color: #5100DE;
}
.TagClassName
{
border-color: #5100DE;
}
</style>