Shades of Han Purple #4A1AE7
Tints of Han Purple #4A1AE7
RGB
CMYK
RGB Variations
Color information
#4A1AE7 (or 0x4A1AE7) is known color: Han Purple. HEX triplet: 4A, 1A and E7. RGB value is (74,26,231). Sum of RGB (Red+Green+Blue) = 74+26+231=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 231 (90.62% from 255 or 69.79% from 331); Max value from RGB is 231 - color contains mainly: blue. Hex color #4A1AE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1AE7 is #B5E518. Grayscale: #3E3E3E. Windows color (decimal): -11920665 or 15145546. OLE color: 15145546.
HSL color Cylindrical-coordinate representation of color #4A1AE7: hue angle of 254.05º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A1AE7 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 26 | 231 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.09 |
| HSL | 254.05º | 0.81% | 0.5% | - |
| HSV(B) | 254.05º | 0.89% | 0.91% | - |
| XYZ | 17.62 | 7.96 | 76.21 | - |
| YUV | 63.72 | 222.4 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 26 | 231 | 0.68 | 0.89 | 0 | 0.09 | 254.05 | 0.81 | 0.5 |
| Hex | 4A | 1A | E7 | 44 | 59 | 0 | 9 | FE | 51 | 32 |
| Octal | 112 | 32 | 347 | 104 | 131 | 0 | 11 | 376 | 121 | 62 |
| Binary | 1001010 | 11010 | 11100111 | 1000100 | 1011001 | 0 | 1001 | 11111110 | 1010001 | 110010 |
Color Harmonies of #4A1AE7
Complementary color
Monochromatic Colors of #4A1AE7
Black with #4A1AE7
Text Example
Text Example
White with #4A1AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1AE7; }
p { color: rgb(74,26,231); }
H1.HeaderClassName
{
color: #4A1AE7;
}
.AnyTagClassName
{
color: #4A1AE7;
}
</style>
background-color css
<style>
a { background-color: #4A1AE7; }
a { background-color: rgb(74,26,231); }
div.DivClassName
{
background-color: #4A1AE7;
}
.BgClassName
{
background-color: #4A1AE7;
}
</style>
border-color css
<style>
span { border-color: #4A1AE7; }
span { border-color: rgb(74,26,231); }
td.TdClassName
{
border-color: #4A1AE7;
}
.TagClassName
{
border-color: #4A1AE7;
}
</style>