Shades of Han Purple #5129E8
Tints of Han Purple #5129E8
RGB
CMYK
RGB Variations
Color information
#5129E8 (or 0x5129E8) is known color: Han Purple. HEX triplet: 51, 29 and E8. RGB value is (81,41,232). Sum of RGB (Red+Green+Blue) = 81+41+232=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 232 (91.02% from 255 or 65.54% from 354); Max value from RGB is 232 - color contains mainly: blue. Hex color #5129E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5129E8 is #AED617. Grayscale: #4A4A4A. Windows color (decimal): -11458072 or 15214929. OLE color: 15214929.
HSL color Cylindrical-coordinate representation of color #5129E8: hue angle of 252.57º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5129E8 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 41 | 232 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.09 |
| HSL | 252.57º | 0.81% | 0.54% | - |
| HSV(B) | 252.57º | 0.82% | 0.91% | - |
| XYZ | 18.75 | 9.16 | 77.12 | - |
| YUV | 74.73 | 216.75 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 232 | 0.65 | 0.82 | 0 | 0.09 | 252.57 | 0.81 | 0.54 |
| Hex | 51 | 29 | E8 | 41 | 52 | 0 | 9 | FD | 51 | 36 |
| Octal | 121 | 51 | 350 | 101 | 122 | 0 | 11 | 375 | 121 | 66 |
| Binary | 1010001 | 101001 | 11101000 | 1000001 | 1010010 | 0 | 1001 | 11111101 | 1010001 | 110110 |
Color Harmonies of #5129E8
Complementary color
Monochromatic Colors of #5129E8
Black with #5129E8
Text Example
Text Example
White with #5129E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5129E8; }
p { color: rgb(81,41,232); }
H1.HeaderClassName
{
color: #5129E8;
}
.AnyTagClassName
{
color: #5129E8;
}
</style>
background-color css
<style>
a { background-color: #5129E8; }
a { background-color: rgb(81,41,232); }
div.DivClassName
{
background-color: #5129E8;
}
.BgClassName
{
background-color: #5129E8;
}
</style>
border-color css
<style>
span { border-color: #5129E8; }
span { border-color: rgb(81,41,232); }
td.TdClassName
{
border-color: #5129E8;
}
.TagClassName
{
border-color: #5129E8;
}
</style>