Shades of Han Purple #5105E6
Tints of Han Purple #5105E6
RGB
CMYK
RGB Variations
Color information
#5105E6 (or 0x5105E6) is known color: Han Purple. HEX triplet: 51, 05 and E6. RGB value is (81,5,230). Sum of RGB (Red+Green+Blue) = 81+5+230=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 230 (90.23% from 255 or 72.78% from 316); Max value from RGB is 230 - color contains mainly: blue. Hex color #5105E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5105E6 is #AEFA19. Grayscale: #343434. Windows color (decimal): -11467290 or 15074641. OLE color: 15074641.
HSL color Cylindrical-coordinate representation of color #5105E6: hue angle of 260.27º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5105E6 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 5 | 230 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.10 |
| HSL | 260.27º | 0.96% | 0.46% | - |
| HSV(B) | 260.27º | 0.98% | 0.9% | - |
| XYZ | 17.73 | 7.57 | 75.39 | - |
| YUV | 53.37 | 227.68 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 230 | 0.65 | 0.98 | 0 | 0.10 | 260.27 | 0.96 | 0.46 |
| Hex | 51 | 5 | E6 | 41 | 62 | 0 | A | 104 | 60 | 2E |
| Octal | 121 | 5 | 346 | 101 | 142 | 0 | 12 | 404 | 140 | 56 |
| Binary | 1010001 | 101 | 11100110 | 1000001 | 1100010 | 0 | 1010 | 100000100 | 1100000 | 101110 |
Color Harmonies of #5105E6
Complementary color
Monochromatic Colors of #5105E6
Black with #5105E6
Text Example
Text Example
White with #5105E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5105E6; }
p { color: rgb(81,5,230); }
H1.HeaderClassName
{
color: #5105E6;
}
.AnyTagClassName
{
color: #5105E6;
}
</style>
background-color css
<style>
a { background-color: #5105E6; }
a { background-color: rgb(81,5,230); }
div.DivClassName
{
background-color: #5105E6;
}
.BgClassName
{
background-color: #5105E6;
}
</style>
border-color css
<style>
span { border-color: #5105E6; }
span { border-color: rgb(81,5,230); }
td.TdClassName
{
border-color: #5105E6;
}
.TagClassName
{
border-color: #5105E6;
}
</style>