Shades of Han Purple #4A29EB
Tints of Han Purple #4A29EB
RGB
CMYK
RGB Variations
Color information
#4A29EB (or 0x4A29EB) is known color: Han Purple. HEX triplet: 4A, 29 and EB. RGB value is (74,41,235). Sum of RGB (Red+Green+Blue) = 74+41+235=350 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.14% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #4A29EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A29EB is #B5D614. Grayscale: #484848. Windows color (decimal): -11916821 or 15411530. OLE color: 15411530.
HSL color Cylindrical-coordinate representation of color #4A29EB: hue angle of 250.21º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A29EB is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 74 | 41 | 235 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.08 |
| HSL | 250.21º | 0.83% | 0.54% | - |
| HSV(B) | 250.21º | 0.83% | 0.92% | - |
| XYZ | 18.61 | 9.04 | 79.36 | - |
| YUV | 72.98 | 219.43 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 41 | 235 | 0.69 | 0.83 | 0 | 0.08 | 250.21 | 0.83 | 0.54 |
| Hex | 4A | 29 | EB | 45 | 53 | 0 | 8 | FA | 53 | 36 |
| Octal | 112 | 51 | 353 | 105 | 123 | 0 | 10 | 372 | 123 | 66 |
| Binary | 1001010 | 101001 | 11101011 | 1000101 | 1010011 | 0 | 1000 | 11111010 | 1010011 | 110110 |
Color Harmonies of #4A29EB
Complementary color
Monochromatic Colors of #4A29EB
Black with #4A29EB
Text Example
Text Example
White with #4A29EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A29EB; }
p { color: rgb(74,41,235); }
H1.HeaderClassName
{
color: #4A29EB;
}
.AnyTagClassName
{
color: #4A29EB;
}
</style>
background-color css
<style>
a { background-color: #4A29EB; }
a { background-color: rgb(74,41,235); }
div.DivClassName
{
background-color: #4A29EB;
}
.BgClassName
{
background-color: #4A29EB;
}
</style>
border-color css
<style>
span { border-color: #4A29EB; }
span { border-color: rgb(74,41,235); }
td.TdClassName
{
border-color: #4A29EB;
}
.TagClassName
{
border-color: #4A29EB;
}
</style>