Shades of Han Purple #5128EE
Tints of Han Purple #5128EE
RGB
CMYK
RGB Variations
Color information
#5128EE (or 0x5128EE) is known color: Han Purple. HEX triplet: 51, 28 and EE. RGB value is (81,40,238). Sum of RGB (Red+Green+Blue) = 81+40+238=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 40 (16.02% from 255 or 11.14% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #5128EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5128EE is #AED711. Grayscale: #4A4A4A. Windows color (decimal): -11458322 or 15607889. OLE color: 15607889.
HSL color Cylindrical-coordinate representation of color #5128EE: hue angle of 252.42º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5128EE is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 40 | 238 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.07 |
| HSL | 252.42º | 0.85% | 0.55% | - |
| HSV(B) | 252.42º | 0.83% | 0.93% | - |
| XYZ | 19.58 | 9.44 | 81.68 | - |
| YUV | 74.83 | 220.08 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 238 | 0.66 | 0.83 | 0 | 0.07 | 252.42 | 0.85 | 0.55 |
| Hex | 51 | 28 | EE | 42 | 53 | 0 | 7 | FC | 55 | 37 |
| Octal | 121 | 50 | 356 | 102 | 123 | 0 | 7 | 374 | 125 | 67 |
| Binary | 1010001 | 101000 | 11101110 | 1000010 | 1010011 | 0 | 111 | 11111100 | 1010101 | 110111 |
Color Harmonies of #5128EE
Complementary color
Monochromatic Colors of #5128EE
Black with #5128EE
Text Example
Text Example
White with #5128EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5128EE; }
p { color: rgb(81,40,238); }
H1.HeaderClassName
{
color: #5128EE;
}
.AnyTagClassName
{
color: #5128EE;
}
</style>
background-color css
<style>
a { background-color: #5128EE; }
a { background-color: rgb(81,40,238); }
div.DivClassName
{
background-color: #5128EE;
}
.BgClassName
{
background-color: #5128EE;
}
</style>
border-color css
<style>
span { border-color: #5128EE; }
span { border-color: rgb(81,40,238); }
td.TdClassName
{
border-color: #5128EE;
}
.TagClassName
{
border-color: #5128EE;
}
</style>