Shades of Han Purple #4929EA
Tints of Han Purple #4929EA
RGB
CMYK
RGB Variations
Color information
#4929EA (or 0x4929EA) is known color: Han Purple. HEX triplet: 49, 29 and EA. RGB value is (73,41,234). Sum of RGB (Red+Green+Blue) = 73+41+234=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #4929EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4929EA is #B6D615. Grayscale: #474747. Windows color (decimal): -11982358 or 15345993. OLE color: 15345993.
HSL color Cylindrical-coordinate representation of color #4929EA: hue angle of 249.95º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4929EA is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 41 | 234 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.08 |
| HSL | 249.95º | 0.82% | 0.54% | - |
| HSV(B) | 249.95º | 0.82% | 0.92% | - |
| XYZ | 18.39 | 8.94 | 78.6 | - |
| YUV | 72.57 | 219.1 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 234 | 0.69 | 0.82 | 0 | 0.08 | 249.95 | 0.82 | 0.54 |
| Hex | 49 | 29 | EA | 45 | 52 | 0 | 8 | FA | 52 | 36 |
| Octal | 111 | 51 | 352 | 105 | 122 | 0 | 10 | 372 | 122 | 66 |
| Binary | 1001001 | 101001 | 11101010 | 1000101 | 1010010 | 0 | 1000 | 11111010 | 1010010 | 110110 |
Color Harmonies of #4929EA
Complementary color
Monochromatic Colors of #4929EA
Black with #4929EA
Text Example
Text Example
White with #4929EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4929EA; }
p { color: rgb(73,41,234); }
H1.HeaderClassName
{
color: #4929EA;
}
.AnyTagClassName
{
color: #4929EA;
}
</style>
background-color css
<style>
a { background-color: #4929EA; }
a { background-color: rgb(73,41,234); }
div.DivClassName
{
background-color: #4929EA;
}
.BgClassName
{
background-color: #4929EA;
}
</style>
border-color css
<style>
span { border-color: #4929EA; }
span { border-color: rgb(73,41,234); }
td.TdClassName
{
border-color: #4929EA;
}
.TagClassName
{
border-color: #4929EA;
}
</style>