Shades of Han Purple #4D25EE
Tints of Han Purple #4D25EE
RGB
CMYK
RGB Variations
Color information
#4D25EE (or 0x4D25EE) is known color: Han Purple. HEX triplet: 4D, 25 and EE. RGB value is (77,37,238). Sum of RGB (Red+Green+Blue) = 77+37+238=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #4D25EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D25EE is #B2DA11. Grayscale: #474747. Windows color (decimal): -11721234 or 15607117. OLE color: 15607117.
HSL color Cylindrical-coordinate representation of color #4D25EE: hue angle of 251.94º 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 #4D25EE is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 37 | 238 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.07 |
| HSL | 251.94º | 0.86% | 0.54% | - |
| HSV(B) | 251.94º | 0.84% | 0.93% | - |
| XYZ | 19.15 | 9.07 | 81.63 | - |
| YUV | 71.87 | 221.75 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 37 | 238 | 0.68 | 0.84 | 0 | 0.07 | 251.94 | 0.86 | 0.54 |
| Hex | 4D | 25 | EE | 44 | 54 | 0 | 7 | FC | 56 | 36 |
| Octal | 115 | 45 | 356 | 104 | 124 | 0 | 7 | 374 | 126 | 66 |
| Binary | 1001101 | 100101 | 11101110 | 1000100 | 1010100 | 0 | 111 | 11111100 | 1010110 | 110110 |
Color Harmonies of #4D25EE
Complementary color
Monochromatic Colors of #4D25EE
Black with #4D25EE
Text Example
Text Example
White with #4D25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D25EE; }
p { color: rgb(77,37,238); }
H1.HeaderClassName
{
color: #4D25EE;
}
.AnyTagClassName
{
color: #4D25EE;
}
</style>
background-color css
<style>
a { background-color: #4D25EE; }
a { background-color: rgb(77,37,238); }
div.DivClassName
{
background-color: #4D25EE;
}
.BgClassName
{
background-color: #4D25EE;
}
</style>
border-color css
<style>
span { border-color: #4D25EE; }
span { border-color: rgb(77,37,238); }
td.TdClassName
{
border-color: #4D25EE;
}
.TagClassName
{
border-color: #4D25EE;
}
</style>