Shades of Han Purple #4A25EE
Tints of Han Purple #4A25EE
RGB
CMYK
RGB Variations
Color information
#4A25EE (or 0x4A25EE) is known color: Han Purple. HEX triplet: 4A, 25 and EE. RGB value is (74,37,238). Sum of RGB (Red+Green+Blue) = 74+37+238=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 238 (93.36% from 255 or 68.19% from 349); Max value from RGB is 238 - color contains mainly: blue. Hex color #4A25EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A25EE is #B5DA11. Grayscale: #464646. Windows color (decimal): -11917842 or 15607114. OLE color: 15607114.
HSL color Cylindrical-coordinate representation of color #4A25EE: hue angle of 251.04º 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 #4A25EE is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 37 | 238 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.07 |
| HSL | 251.04º | 0.86% | 0.54% | - |
| HSV(B) | 251.04º | 0.84% | 0.93% | - |
| XYZ | 18.92 | 8.95 | 81.62 | - |
| YUV | 70.98 | 222.26 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 238 | 0.69 | 0.84 | 0 | 0.07 | 251.04 | 0.86 | 0.54 |
| Hex | 4A | 25 | EE | 45 | 54 | 0 | 7 | FB | 56 | 36 |
| Octal | 112 | 45 | 356 | 105 | 124 | 0 | 7 | 373 | 126 | 66 |
| Binary | 1001010 | 100101 | 11101110 | 1000101 | 1010100 | 0 | 111 | 11111011 | 1010110 | 110110 |
Color Harmonies of #4A25EE
Complementary color
Monochromatic Colors of #4A25EE
Black with #4A25EE
Text Example
Text Example
White with #4A25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A25EE; }
p { color: rgb(74,37,238); }
H1.HeaderClassName
{
color: #4A25EE;
}
.AnyTagClassName
{
color: #4A25EE;
}
</style>
background-color css
<style>
a { background-color: #4A25EE; }
a { background-color: rgb(74,37,238); }
div.DivClassName
{
background-color: #4A25EE;
}
.BgClassName
{
background-color: #4A25EE;
}
</style>
border-color css
<style>
span { border-color: #4A25EE; }
span { border-color: rgb(74,37,238); }
td.TdClassName
{
border-color: #4A25EE;
}
.TagClassName
{
border-color: #4A25EE;
}
</style>