Shades of Han Purple #4A20F3
Tints of Han Purple #4A20F3
RGB
CMYK
RGB Variations
Color information
#4A20F3 (or 0x4A20F3) is known color: Han Purple. HEX triplet: 4A, 20 and F3. RGB value is (74,32,243). Sum of RGB (Red+Green+Blue) = 74+32+243=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 243 (95.31% from 255 or 69.63% from 349); Max value from RGB is 243 - color contains mainly: blue. Hex color #4A20F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A20F3 is #B5DF0C. Grayscale: #434343. Windows color (decimal): -11919117 or 15933514. OLE color: 15933514.
HSL color Cylindrical-coordinate representation of color #4A20F3: hue angle of 251.94º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A20F3 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 32 | 243 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.05 |
| HSL | 251.94º | 0.9% | 0.54% | - |
| HSV(B) | 251.94º | 0.87% | 0.95% | - |
| XYZ | 19.52 | 8.96 | 85.49 | - |
| YUV | 68.61 | 226.41 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 32 | 243 | 0.70 | 0.87 | 0 | 0.05 | 251.94 | 0.9 | 0.54 |
| Hex | 4A | 20 | F3 | 46 | 57 | 0 | 5 | FC | 5A | 36 |
| Octal | 112 | 40 | 363 | 106 | 127 | 0 | 5 | 374 | 132 | 66 |
| Binary | 1001010 | 100000 | 11110011 | 1000110 | 1010111 | 0 | 101 | 11111100 | 1011010 | 110110 |
Color Harmonies of #4A20F3
Complementary color
Monochromatic Colors of #4A20F3
Black with #4A20F3
Text Example
Text Example
White with #4A20F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A20F3; }
p { color: rgb(74,32,243); }
H1.HeaderClassName
{
color: #4A20F3;
}
.AnyTagClassName
{
color: #4A20F3;
}
</style>
background-color css
<style>
a { background-color: #4A20F3; }
a { background-color: rgb(74,32,243); }
div.DivClassName
{
background-color: #4A20F3;
}
.BgClassName
{
background-color: #4A20F3;
}
</style>
border-color css
<style>
span { border-color: #4A20F3; }
span { border-color: rgb(74,32,243); }
td.TdClassName
{
border-color: #4A20F3;
}
.TagClassName
{
border-color: #4A20F3;
}
</style>