Shades of Han Purple #4A29FC
Tints of Han Purple #4A29FC
RGB
CMYK
RGB Variations
Color information
#4A29FC (or 0x4A29FC) is known color: Han Purple. HEX triplet: 4A, 29 and FC. RGB value is (74,41,252). Sum of RGB (Red+Green+Blue) = 74+41+252=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A29FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A29FC is #B5D603. Grayscale: #4A4A4A. Windows color (decimal): -11916804 or 16525642. OLE color: 16525642.
HSL color Cylindrical-coordinate representation of color #4A29FC: hue angle of 249.38º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A29FC is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 41 | 252 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.01 |
| HSL | 249.38º | 0.97% | 0.57% | - |
| HSV(B) | 249.38º | 0.84% | 0.99% | - |
| XYZ | 21.19 | 10.07 | 92.92 | - |
| YUV | 74.92 | 227.93 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 41 | 252 | 0.71 | 0.84 | 0 | 0.01 | 249.38 | 0.97 | 0.57 |
| Hex | 4A | 29 | FC | 47 | 54 | 0 | 1 | F9 | 61 | 39 |
| Octal | 112 | 51 | 374 | 107 | 124 | 0 | 1 | 371 | 141 | 71 |
| Binary | 1001010 | 101001 | 11111100 | 1000111 | 1010100 | 0 | 1 | 11111001 | 1100001 | 111001 |
Color Harmonies of #4A29FC
Complementary color
Monochromatic Colors of #4A29FC
Black with #4A29FC
Text Example
Text Example
White with #4A29FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A29FC; }
p { color: rgb(74,41,252); }
H1.HeaderClassName
{
color: #4A29FC;
}
.AnyTagClassName
{
color: #4A29FC;
}
</style>
background-color css
<style>
a { background-color: #4A29FC; }
a { background-color: rgb(74,41,252); }
div.DivClassName
{
background-color: #4A29FC;
}
.BgClassName
{
background-color: #4A29FC;
}
</style>
border-color css
<style>
span { border-color: #4A29FC; }
span { border-color: rgb(74,41,252); }
td.TdClassName
{
border-color: #4A29FC;
}
.TagClassName
{
border-color: #4A29FC;
}
</style>