Shades of Han Purple #4A22E7
Tints of Han Purple #4A22E7
RGB
CMYK
RGB Variations
Color information
#4A22E7 (or 0x4A22E7) is known color: Han Purple. HEX triplet: 4A, 22 and E7. RGB value is (74,34,231). Sum of RGB (Red+Green+Blue) = 74+34+231=339 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.83% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 231 (90.62% from 255 or 68.14% from 339); Max value from RGB is 231 - color contains mainly: blue. Hex color #4A22E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A22E7 is #B5DD18. Grayscale: #434343. Windows color (decimal): -11918617 or 15147594. OLE color: 15147594.
HSL color Cylindrical-coordinate representation of color #4A22E7: hue angle of 252.18º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A22E7 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 74 | 34 | 231 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.09 |
| HSL | 252.18º | 0.8% | 0.52% | - |
| HSV(B) | 252.18º | 0.85% | 0.91% | - |
| XYZ | 17.82 | 8.37 | 76.28 | - |
| YUV | 68.42 | 219.75 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 231 | 0.68 | 0.85 | 0 | 0.09 | 252.18 | 0.8 | 0.52 |
| Hex | 4A | 22 | E7 | 44 | 55 | 0 | 9 | FC | 50 | 34 |
| Octal | 112 | 42 | 347 | 104 | 125 | 0 | 11 | 374 | 120 | 64 |
| Binary | 1001010 | 100010 | 11100111 | 1000100 | 1010101 | 0 | 1001 | 11111100 | 1010000 | 110100 |
Color Harmonies of #4A22E7
Complementary color
Monochromatic Colors of #4A22E7
Black with #4A22E7
Text Example
Text Example
White with #4A22E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A22E7; }
p { color: rgb(74,34,231); }
H1.HeaderClassName
{
color: #4A22E7;
}
.AnyTagClassName
{
color: #4A22E7;
}
</style>
background-color css
<style>
a { background-color: #4A22E7; }
a { background-color: rgb(74,34,231); }
div.DivClassName
{
background-color: #4A22E7;
}
.BgClassName
{
background-color: #4A22E7;
}
</style>
border-color css
<style>
span { border-color: #4A22E7; }
span { border-color: rgb(74,34,231); }
td.TdClassName
{
border-color: #4A22E7;
}
.TagClassName
{
border-color: #4A22E7;
}
</style>