Shades of Han Purple #5127E2
Tints of Han Purple #5127E2
RGB
CMYK
RGB Variations
Color information
#5127E2 (or 0x5127E2) is known color: Han Purple. HEX triplet: 51, 27 and E2. RGB value is (81,39,226). Sum of RGB (Red+Green+Blue) = 81+39+226=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 226 (88.67% from 255 or 65.32% from 346); Max value from RGB is 226 - color contains mainly: blue. Hex color #5127E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5127E2 is #AED81D. Grayscale: #484848. Windows color (decimal): -11458590 or 14821201. OLE color: 14821201.
HSL color Cylindrical-coordinate representation of color #5127E2: hue angle of 253.48º degrees, saturation: 0.76, 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 #5127E2 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 39 | 226 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.11 |
| HSL | 253.48º | 0.76% | 0.52% | - |
| HSV(B) | 253.48º | 0.83% | 0.89% | - |
| XYZ | 17.85 | 8.69 | 72.69 | - |
| YUV | 72.88 | 214.41 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 226 | 0.64 | 0.83 | 0 | 0.11 | 253.48 | 0.76 | 0.52 |
| Hex | 51 | 27 | E2 | 40 | 53 | 0 | B | FD | 4C | 34 |
| Octal | 121 | 47 | 342 | 100 | 123 | 0 | 13 | 375 | 114 | 64 |
| Binary | 1010001 | 100111 | 11100010 | 1000000 | 1010011 | 0 | 1011 | 11111101 | 1001100 | 110100 |
Color Harmonies of #5127E2
Complementary color
Monochromatic Colors of #5127E2
Black with #5127E2
Text Example
Text Example
White with #5127E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5127E2; }
p { color: rgb(81,39,226); }
H1.HeaderClassName
{
color: #5127E2;
}
.AnyTagClassName
{
color: #5127E2;
}
</style>
background-color css
<style>
a { background-color: #5127E2; }
a { background-color: rgb(81,39,226); }
div.DivClassName
{
background-color: #5127E2;
}
.BgClassName
{
background-color: #5127E2;
}
</style>
border-color css
<style>
span { border-color: #5127E2; }
span { border-color: rgb(81,39,226); }
td.TdClassName
{
border-color: #5127E2;
}
.TagClassName
{
border-color: #5127E2;
}
</style>