Shades of Han Purple #4932EC
Tints of Han Purple #4932EC
RGB
CMYK
RGB Variations
Color information
#4932EC (or 0x4932EC) is known color: Han Purple. HEX triplet: 49, 32 and EC. RGB value is (73,50,236). Sum of RGB (Red+Green+Blue) = 73+50+236=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 236 (92.58% from 255 or 65.74% from 359); Max value from RGB is 236 - color contains mainly: blue. Hex color #4932EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4932EC is #B6CD13. Grayscale: #4D4D4D. Windows color (decimal): -11980052 or 15479369. OLE color: 15479369.
HSL color Cylindrical-coordinate representation of color #4932EC: hue angle of 247.42º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4932EC is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 50 | 236 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.07 |
| HSL | 247.42º | 0.83% | 0.56% | - |
| HSV(B) | 247.42º | 0.79% | 0.93% | - |
| XYZ | 19.03 | 9.75 | 80.24 | - |
| YUV | 78.08 | 217.12 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 236 | 0.69 | 0.79 | 0 | 0.07 | 247.42 | 0.83 | 0.56 |
| Hex | 49 | 32 | EC | 45 | 4F | 0 | 7 | F7 | 53 | 38 |
| Octal | 111 | 62 | 354 | 105 | 117 | 0 | 7 | 367 | 123 | 70 |
| Binary | 1001001 | 110010 | 11101100 | 1000101 | 1001111 | 0 | 111 | 11110111 | 1010011 | 111000 |
Color Harmonies of #4932EC
Complementary color
Monochromatic Colors of #4932EC
Black with #4932EC
Text Example
Text Example
White with #4932EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4932EC; }
p { color: rgb(73,50,236); }
H1.HeaderClassName
{
color: #4932EC;
}
.AnyTagClassName
{
color: #4932EC;
}
</style>
background-color css
<style>
a { background-color: #4932EC; }
a { background-color: rgb(73,50,236); }
div.DivClassName
{
background-color: #4932EC;
}
.BgClassName
{
background-color: #4932EC;
}
</style>
border-color css
<style>
span { border-color: #4932EC; }
span { border-color: rgb(73,50,236); }
td.TdClassName
{
border-color: #4932EC;
}
.TagClassName
{
border-color: #4932EC;
}
</style>