Shades of Han Purple #5126EA
Tints of Han Purple #5126EA
RGB
CMYK
RGB Variations
Color information
#5126EA (or 0x5126EA) is known color: Han Purple. HEX triplet: 51, 26 and EA. RGB value is (81,38,234). Sum of RGB (Red+Green+Blue) = 81+38+234=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #5126EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5126EA is #AED915. Grayscale: #484848. Windows color (decimal): -11458838 or 15345233. OLE color: 15345233.
HSL color Cylindrical-coordinate representation of color #5126EA: hue angle of 253.16º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5126EA is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 38 | 234 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.08 |
| HSL | 253.16º | 0.82% | 0.53% | - |
| HSV(B) | 253.16º | 0.84% | 0.92% | - |
| XYZ | 18.94 | 9.08 | 78.6 | - |
| YUV | 73.2 | 218.75 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 234 | 0.65 | 0.84 | 0 | 0.08 | 253.16 | 0.82 | 0.53 |
| Hex | 51 | 26 | EA | 41 | 54 | 0 | 8 | FD | 52 | 35 |
| Octal | 121 | 46 | 352 | 101 | 124 | 0 | 10 | 375 | 122 | 65 |
| Binary | 1010001 | 100110 | 11101010 | 1000001 | 1010100 | 0 | 1000 | 11111101 | 1010010 | 110101 |
Color Harmonies of #5126EA
Complementary color
Monochromatic Colors of #5126EA
Black with #5126EA
Text Example
Text Example
White with #5126EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5126EA; }
p { color: rgb(81,38,234); }
H1.HeaderClassName
{
color: #5126EA;
}
.AnyTagClassName
{
color: #5126EA;
}
</style>
background-color css
<style>
a { background-color: #5126EA; }
a { background-color: rgb(81,38,234); }
div.DivClassName
{
background-color: #5126EA;
}
.BgClassName
{
background-color: #5126EA;
}
</style>
border-color css
<style>
span { border-color: #5126EA; }
span { border-color: rgb(81,38,234); }
td.TdClassName
{
border-color: #5126EA;
}
.TagClassName
{
border-color: #5126EA;
}
</style>