Shades of Han Purple #5127E3
Tints of Han Purple #5127E3
RGB
CMYK
RGB Variations
Color information
#5127E3 (or 0x5127E3) is known color: Han Purple. HEX triplet: 51, 27 and E3. RGB value is (81,39,227). Sum of RGB (Red+Green+Blue) = 81+39+227=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 227 (89.06% from 255 or 65.42% from 347); Max value from RGB is 227 - color contains mainly: blue. Hex color #5127E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5127E3 is #AED81C. Grayscale: #484848. Windows color (decimal): -11458589 or 14886737. OLE color: 14886737.
HSL color Cylindrical-coordinate representation of color #5127E3: hue angle of 253.4º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5127E3 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 39 | 227 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.11 |
| HSL | 253.4º | 0.77% | 0.52% | - |
| HSV(B) | 253.4º | 0.83% | 0.89% | - |
| XYZ | 17.98 | 8.75 | 73.41 | - |
| YUV | 72.99 | 214.91 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 227 | 0.64 | 0.83 | 0 | 0.11 | 253.4 | 0.77 | 0.52 |
| Hex | 51 | 27 | E3 | 40 | 53 | 0 | B | FD | 4D | 34 |
| Octal | 121 | 47 | 343 | 100 | 123 | 0 | 13 | 375 | 115 | 64 |
| Binary | 1010001 | 100111 | 11100011 | 1000000 | 1010011 | 0 | 1011 | 11111101 | 1001101 | 110100 |
Color Harmonies of #5127E3
Complementary color
Monochromatic Colors of #5127E3
Black with #5127E3
Text Example
Text Example
White with #5127E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5127E3; }
p { color: rgb(81,39,227); }
H1.HeaderClassName
{
color: #5127E3;
}
.AnyTagClassName
{
color: #5127E3;
}
</style>
background-color css
<style>
a { background-color: #5127E3; }
a { background-color: rgb(81,39,227); }
div.DivClassName
{
background-color: #5127E3;
}
.BgClassName
{
background-color: #5127E3;
}
</style>
border-color css
<style>
span { border-color: #5127E3; }
span { border-color: rgb(81,39,227); }
td.TdClassName
{
border-color: #5127E3;
}
.TagClassName
{
border-color: #5127E3;
}
</style>