Shades of Han Purple #5134EE
Tints of Han Purple #5134EE
RGB
CMYK
RGB Variations
Color information
#5134EE (or 0x5134EE) is known color: Han Purple. HEX triplet: 51, 34 and EE. RGB value is (81,52,238). Sum of RGB (Red+Green+Blue) = 81+52+238=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #5134EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5134EE is #AECB11. Grayscale: #515151. Windows color (decimal): -11455250 or 15610961. OLE color: 15610961.
HSL color Cylindrical-coordinate representation of color #5134EE: hue angle of 249.35º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5134EE is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 52 | 238 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.07 |
| HSL | 249.35º | 0.85% | 0.57% | - |
| HSV(B) | 249.35º | 0.78% | 0.93% | - |
| XYZ | 20.05 | 10.38 | 81.84 | - |
| YUV | 81.88 | 216.11 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 52 | 238 | 0.66 | 0.78 | 0 | 0.07 | 249.35 | 0.85 | 0.57 |
| Hex | 51 | 34 | EE | 42 | 4E | 0 | 7 | F9 | 55 | 39 |
| Octal | 121 | 64 | 356 | 102 | 116 | 0 | 7 | 371 | 125 | 71 |
| Binary | 1010001 | 110100 | 11101110 | 1000010 | 1001110 | 0 | 111 | 11111001 | 1010101 | 111001 |
Color Harmonies of #5134EE
Complementary color
Monochromatic Colors of #5134EE
Black with #5134EE
Text Example
Text Example
White with #5134EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5134EE; }
p { color: rgb(81,52,238); }
H1.HeaderClassName
{
color: #5134EE;
}
.AnyTagClassName
{
color: #5134EE;
}
</style>
background-color css
<style>
a { background-color: #5134EE; }
a { background-color: rgb(81,52,238); }
div.DivClassName
{
background-color: #5134EE;
}
.BgClassName
{
background-color: #5134EE;
}
</style>
border-color css
<style>
span { border-color: #5134EE; }
span { border-color: rgb(81,52,238); }
td.TdClassName
{
border-color: #5134EE;
}
.TagClassName
{
border-color: #5134EE;
}
</style>