Shades of Han Purple #4924EC
Tints of Han Purple #4924EC
RGB
CMYK
RGB Variations
Color information
#4924EC (or 0x4924EC) is known color: Han Purple. HEX triplet: 49, 24 and EC. RGB value is (73,36,236). Sum of RGB (Red+Green+Blue) = 73+36+236=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #4924EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4924EC is #B6DB13. Grayscale: #454545. Windows color (decimal): -11983636 or 15475785. OLE color: 15475785.
HSL color Cylindrical-coordinate representation of color #4924EC: hue angle of 251.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4924EC is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 36 | 236 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.07 |
| HSL | 251.1º | 0.84% | 0.53% | - |
| HSV(B) | 251.1º | 0.85% | 0.93% | - |
| XYZ | 18.52 | 8.73 | 80.07 | - |
| YUV | 69.86 | 221.76 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 236 | 0.69 | 0.85 | 0 | 0.07 | 251.1 | 0.84 | 0.53 |
| Hex | 49 | 24 | EC | 45 | 55 | 0 | 7 | FB | 54 | 35 |
| Octal | 111 | 44 | 354 | 105 | 125 | 0 | 7 | 373 | 124 | 65 |
| Binary | 1001001 | 100100 | 11101100 | 1000101 | 1010101 | 0 | 111 | 11111011 | 1010100 | 110101 |
Color Harmonies of #4924EC
Complementary color
Monochromatic Colors of #4924EC
Black with #4924EC
Text Example
Text Example
White with #4924EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4924EC; }
p { color: rgb(73,36,236); }
H1.HeaderClassName
{
color: #4924EC;
}
.AnyTagClassName
{
color: #4924EC;
}
</style>
background-color css
<style>
a { background-color: #4924EC; }
a { background-color: rgb(73,36,236); }
div.DivClassName
{
background-color: #4924EC;
}
.BgClassName
{
background-color: #4924EC;
}
</style>
border-color css
<style>
span { border-color: #4924EC; }
span { border-color: rgb(73,36,236); }
td.TdClassName
{
border-color: #4924EC;
}
.TagClassName
{
border-color: #4924EC;
}
</style>