Shades of Han Purple #4A22E6
Tints of Han Purple #4A22E6
RGB
CMYK
RGB Variations
Color information
#4A22E6 (or 0x4A22E6) is known color: Han Purple. HEX triplet: 4A, 22 and E6. RGB value is (74,34,230). Sum of RGB (Red+Green+Blue) = 74+34+230=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 230 (90.23% from 255 or 68.05% from 338); Max value from RGB is 230 - color contains mainly: blue. Hex color #4A22E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A22E6 is #B5DD19. Grayscale: #434343. Windows color (decimal): -11918618 or 15082058. OLE color: 15082058.
HSL color Cylindrical-coordinate representation of color #4A22E6: hue angle of 252.24º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A22E6 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 74 | 34 | 230 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.10 |
| HSL | 252.24º | 0.8% | 0.52% | - |
| HSV(B) | 252.24º | 0.85% | 0.9% | - |
| XYZ | 17.68 | 8.31 | 75.54 | - |
| YUV | 68.3 | 219.25 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 230 | 0.68 | 0.85 | 0 | 0.10 | 252.24 | 0.8 | 0.52 |
| Hex | 4A | 22 | E6 | 44 | 55 | 0 | A | FC | 50 | 34 |
| Octal | 112 | 42 | 346 | 104 | 125 | 0 | 12 | 374 | 120 | 64 |
| Binary | 1001010 | 100010 | 11100110 | 1000100 | 1010101 | 0 | 1010 | 11111100 | 1010000 | 110100 |
Color Harmonies of #4A22E6
Complementary color
Monochromatic Colors of #4A22E6
Black with #4A22E6
Text Example
Text Example
White with #4A22E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A22E6; }
p { color: rgb(74,34,230); }
H1.HeaderClassName
{
color: #4A22E6;
}
.AnyTagClassName
{
color: #4A22E6;
}
</style>
background-color css
<style>
a { background-color: #4A22E6; }
a { background-color: rgb(74,34,230); }
div.DivClassName
{
background-color: #4A22E6;
}
.BgClassName
{
background-color: #4A22E6;
}
</style>
border-color css
<style>
span { border-color: #4A22E6; }
span { border-color: rgb(74,34,230); }
td.TdClassName
{
border-color: #4A22E6;
}
.TagClassName
{
border-color: #4A22E6;
}
</style>