Shades of Han Purple #5125EE
Tints of Han Purple #5125EE
RGB
CMYK
RGB Variations
Color information
#5125EE (or 0x5125EE) is known color: Han Purple. HEX triplet: 51, 25 and EE. RGB value is (81,37,238). Sum of RGB (Red+Green+Blue) = 81+37+238=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #5125EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5125EE is #AEDA11. Grayscale: #484848. Windows color (decimal): -11459090 or 15607121. OLE color: 15607121.
HSL color Cylindrical-coordinate representation of color #5125EE: hue angle of 253.13º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5125EE is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 37 | 238 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.07 |
| HSL | 253.13º | 0.86% | 0.54% | - |
| HSV(B) | 253.13º | 0.84% | 0.93% | - |
| XYZ | 19.49 | 9.25 | 81.65 | - |
| YUV | 73.07 | 221.08 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 37 | 238 | 0.66 | 0.84 | 0 | 0.07 | 253.13 | 0.86 | 0.54 |
| Hex | 51 | 25 | EE | 42 | 54 | 0 | 7 | FD | 56 | 36 |
| Octal | 121 | 45 | 356 | 102 | 124 | 0 | 7 | 375 | 126 | 66 |
| Binary | 1010001 | 100101 | 11101110 | 1000010 | 1010100 | 0 | 111 | 11111101 | 1010110 | 110110 |
Color Harmonies of #5125EE
Complementary color
Monochromatic Colors of #5125EE
Black with #5125EE
Text Example
Text Example
White with #5125EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5125EE; }
p { color: rgb(81,37,238); }
H1.HeaderClassName
{
color: #5125EE;
}
.AnyTagClassName
{
color: #5125EE;
}
</style>
background-color css
<style>
a { background-color: #5125EE; }
a { background-color: rgb(81,37,238); }
div.DivClassName
{
background-color: #5125EE;
}
.BgClassName
{
background-color: #5125EE;
}
</style>
border-color css
<style>
span { border-color: #5125EE; }
span { border-color: rgb(81,37,238); }
td.TdClassName
{
border-color: #5125EE;
}
.TagClassName
{
border-color: #5125EE;
}
</style>