Shades of Han Purple #5101E7
Tints of Han Purple #5101E7
RGB
CMYK
RGB Variations
Color information
#5101E7 (or 0x5101E7) is known color: Han Purple. HEX triplet: 51, 01 and E7. RGB value is (81,1,231). Sum of RGB (Red+Green+Blue) = 81+1+231=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 231 (90.62% from 255 or 73.80% from 313); Max value from RGB is 231 - color contains mainly: blue. Hex color #5101E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5101E7 is #AEFE18. Grayscale: #323232. Windows color (decimal): -11468313 or 15139153. OLE color: 15139153.
HSL color Cylindrical-coordinate representation of color #5101E7: hue angle of 260.87º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5101E7 is Cyan = 0.65, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 1 | 231 | - |
| CMYK | 0.65 | 1.00 | 0 | 0.09 |
| HSL | 260.87º | 0.99% | 0.45% | - |
| HSV(B) | 260.87º | 1% | 0.91% | - |
| XYZ | 17.83 | 7.54 | 76.12 | - |
| YUV | 51.14 | 229.5 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 231 | 0.65 | 1.00 | 0 | 0.09 | 260.87 | 0.99 | 0.45 |
| Hex | 51 | 1 | E7 | 41 | 64 | 0 | 9 | 105 | 63 | 2D |
| Octal | 121 | 1 | 347 | 101 | 144 | 0 | 11 | 405 | 143 | 55 |
| Binary | 1010001 | 1 | 11100111 | 1000001 | 1100100 | 0 | 1001 | 100000101 | 1100011 | 101101 |
Color Harmonies of #5101E7
Complementary color
Monochromatic Colors of #5101E7
Black with #5101E7
Text Example
Text Example
White with #5101E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5101E7; }
p { color: rgb(81,1,231); }
H1.HeaderClassName
{
color: #5101E7;
}
.AnyTagClassName
{
color: #5101E7;
}
</style>
background-color css
<style>
a { background-color: #5101E7; }
a { background-color: rgb(81,1,231); }
div.DivClassName
{
background-color: #5101E7;
}
.BgClassName
{
background-color: #5101E7;
}
</style>
border-color css
<style>
span { border-color: #5101E7; }
span { border-color: rgb(81,1,231); }
td.TdClassName
{
border-color: #5101E7;
}
.TagClassName
{
border-color: #5101E7;
}
</style>