Shades of Han Purple #5105E7
Tints of Han Purple #5105E7
RGB
CMYK
RGB Variations
Color information
#5105E7 (or 0x5105E7) is known color: Han Purple. HEX triplet: 51, 05 and E7. RGB value is (81,5,231). Sum of RGB (Red+Green+Blue) = 81+5+231=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 231 (90.62% from 255 or 72.87% from 317); Max value from RGB is 231 - color contains mainly: blue. Hex color #5105E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5105E7 is #AEFA18. Grayscale: #343434. Windows color (decimal): -11467289 or 15140177. OLE color: 15140177.
HSL color Cylindrical-coordinate representation of color #5105E7: hue angle of 260.18º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5105E7 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 5 | 231 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.09 |
| HSL | 260.18º | 0.96% | 0.46% | - |
| HSV(B) | 260.18º | 0.98% | 0.91% | - |
| XYZ | 17.87 | 7.63 | 76.13 | - |
| YUV | 53.49 | 228.18 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 231 | 0.65 | 0.98 | 0 | 0.09 | 260.18 | 0.96 | 0.46 |
| Hex | 51 | 5 | E7 | 41 | 62 | 0 | 9 | 104 | 60 | 2E |
| Octal | 121 | 5 | 347 | 101 | 142 | 0 | 11 | 404 | 140 | 56 |
| Binary | 1010001 | 101 | 11100111 | 1000001 | 1100010 | 0 | 1001 | 100000100 | 1100000 | 101110 |
Color Harmonies of #5105E7
Complementary color
Monochromatic Colors of #5105E7
Black with #5105E7
Text Example
Text Example
White with #5105E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5105E7; }
p { color: rgb(81,5,231); }
H1.HeaderClassName
{
color: #5105E7;
}
.AnyTagClassName
{
color: #5105E7;
}
</style>
background-color css
<style>
a { background-color: #5105E7; }
a { background-color: rgb(81,5,231); }
div.DivClassName
{
background-color: #5105E7;
}
.BgClassName
{
background-color: #5105E7;
}
</style>
border-color css
<style>
span { border-color: #5105E7; }
span { border-color: rgb(81,5,231); }
td.TdClassName
{
border-color: #5105E7;
}
.TagClassName
{
border-color: #5105E7;
}
</style>