Shades of Han Purple #4A25EC
Tints of Han Purple #4A25EC
RGB
CMYK
RGB Variations
Color information
#4A25EC (or 0x4A25EC) is known color: Han Purple. HEX triplet: 4A, 25 and EC. RGB value is (74,37,236). Sum of RGB (Red+Green+Blue) = 74+37+236=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A25EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A25EC is #B5DA13. Grayscale: #454545. Windows color (decimal): -11917844 or 15476042. OLE color: 15476042.
HSL color Cylindrical-coordinate representation of color #4A25EC: hue angle of 251.16º degrees, saturation: 0.84, 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 #4A25EC is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 37 | 236 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.07 |
| HSL | 251.16º | 0.84% | 0.54% | - |
| HSV(B) | 251.16º | 0.84% | 0.93% | - |
| XYZ | 18.63 | 8.84 | 80.08 | - |
| YUV | 70.75 | 221.26 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 236 | 0.69 | 0.84 | 0 | 0.07 | 251.16 | 0.84 | 0.54 |
| Hex | 4A | 25 | EC | 45 | 54 | 0 | 7 | FB | 54 | 36 |
| Octal | 112 | 45 | 354 | 105 | 124 | 0 | 7 | 373 | 124 | 66 |
| Binary | 1001010 | 100101 | 11101100 | 1000101 | 1010100 | 0 | 111 | 11111011 | 1010100 | 110110 |
Color Harmonies of #4A25EC
Complementary color
Monochromatic Colors of #4A25EC
Black with #4A25EC
Text Example
Text Example
White with #4A25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A25EC; }
p { color: rgb(74,37,236); }
H1.HeaderClassName
{
color: #4A25EC;
}
.AnyTagClassName
{
color: #4A25EC;
}
</style>
background-color css
<style>
a { background-color: #4A25EC; }
a { background-color: rgb(74,37,236); }
div.DivClassName
{
background-color: #4A25EC;
}
.BgClassName
{
background-color: #4A25EC;
}
</style>
border-color css
<style>
span { border-color: #4A25EC; }
span { border-color: rgb(74,37,236); }
td.TdClassName
{
border-color: #4A25EC;
}
.TagClassName
{
border-color: #4A25EC;
}
</style>