Shades of Han Purple #5100EA
Tints of Han Purple #5100EA
RGB
CMYK
RGB Variations
Color information
#5100EA (or 0x5100EA) is known color: Han Purple. HEX triplet: 51, 00 and EA. RGB value is (81,0,234). Sum of RGB (Red+Green+Blue) = 81+0+234=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #5100EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5100EA is #AEFF15. Grayscale: #323232. Windows color (decimal): -11468566 or 15335505. OLE color: 15335505.
HSL color Cylindrical-coordinate representation of color #5100EA: hue angle of 260.77º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5100EA is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 0 | 234 | - |
| CMYK | 0.65 | 1 | 0 | 0.08 |
| HSL | 260.77º | 1% | 0.46% | - |
| HSV(B) | 260.77º | 1% | 0.92% | - |
| XYZ | 18.24 | 7.69 | 78.36 | - |
| YUV | 50.9 | 231.34 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 234 | 0.65 | 1 | 0 | 0.08 | 260.77 | 1 | 0.46 |
| Hex | 51 | 0 | EA | 41 | 64 | 0 | 8 | 105 | 64 | 2E |
| Octal | 121 | 0 | 352 | 101 | 144 | 0 | 10 | 405 | 144 | 56 |
| Binary | 1010001 | 0 | 11101010 | 1000001 | 1100100 | 0 | 1000 | 100000101 | 1100100 | 101110 |
Color Harmonies of #5100EA
Complementary color
Monochromatic Colors of #5100EA
Black with #5100EA
Text Example
Text Example
White with #5100EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5100EA; }
p { color: rgb(81,0,234); }
H1.HeaderClassName
{
color: #5100EA;
}
.AnyTagClassName
{
color: #5100EA;
}
</style>
background-color css
<style>
a { background-color: #5100EA; }
a { background-color: rgb(81,0,234); }
div.DivClassName
{
background-color: #5100EA;
}
.BgClassName
{
background-color: #5100EA;
}
</style>
border-color css
<style>
span { border-color: #5100EA; }
span { border-color: rgb(81,0,234); }
td.TdClassName
{
border-color: #5100EA;
}
.TagClassName
{
border-color: #5100EA;
}
</style>