Shades of Han Purple #4A22F9
Tints of Han Purple #4A22F9
RGB
CMYK
RGB Variations
Color information
#4A22F9 (or 0x4A22F9) is known color: Han Purple. HEX triplet: 4A, 22 and F9. RGB value is (74,34,249). Sum of RGB (Red+Green+Blue) = 74+34+249=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 249 (97.66% from 255 or 69.75% from 357); Max value from RGB is 249 - color contains mainly: blue. Hex color #4A22F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A22F9 is #B5DD06. Grayscale: #454545. Windows color (decimal): -11918599 or 16327242. OLE color: 16327242.
HSL color Cylindrical-coordinate representation of color #4A22F9: hue angle of 251.16º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4A22F9 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 34 | 249 | - |
| CMYK | 0.70 | 0.86 | 0 | 0.02 |
| HSL | 251.16º | 0.95% | 0.55% | - |
| HSV(B) | 251.16º | 0.86% | 0.98% | - |
| XYZ | 20.49 | 9.44 | 90.36 | - |
| YUV | 70.47 | 228.75 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 34 | 249 | 0.70 | 0.86 | 0 | 0.02 | 251.16 | 0.95 | 0.55 |
| Hex | 4A | 22 | F9 | 46 | 56 | 0 | 2 | FB | 5F | 37 |
| Octal | 112 | 42 | 371 | 106 | 126 | 0 | 2 | 373 | 137 | 67 |
| Binary | 1001010 | 100010 | 11111001 | 1000110 | 1010110 | 0 | 10 | 11111011 | 1011111 | 110111 |
Color Harmonies of #4A22F9
Complementary color
Monochromatic Colors of #4A22F9
Black with #4A22F9
Text Example
Text Example
White with #4A22F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A22F9; }
p { color: rgb(74,34,249); }
H1.HeaderClassName
{
color: #4A22F9;
}
.AnyTagClassName
{
color: #4A22F9;
}
</style>
background-color css
<style>
a { background-color: #4A22F9; }
a { background-color: rgb(74,34,249); }
div.DivClassName
{
background-color: #4A22F9;
}
.BgClassName
{
background-color: #4A22F9;
}
</style>
border-color css
<style>
span { border-color: #4A22F9; }
span { border-color: rgb(74,34,249); }
td.TdClassName
{
border-color: #4A22F9;
}
.TagClassName
{
border-color: #4A22F9;
}
</style>