Shades of Han Purple #4930EC
Tints of Han Purple #4930EC
RGB
CMYK
RGB Variations
Color information
#4930EC (or 0x4930EC) is known color: Han Purple. HEX triplet: 49, 30 and EC. RGB value is (73,48,236). Sum of RGB (Red+Green+Blue) = 73+48+236=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 236 (92.58% from 255 or 66.11% from 357); Max value from RGB is 236 - color contains mainly: blue. Hex color #4930EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4930EC is #B6CF13. Grayscale: #4C4C4C. Windows color (decimal): -11980564 or 15478857. OLE color: 15478857.
HSL color Cylindrical-coordinate representation of color #4930EC: hue angle of 247.98º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4930EC is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 48 | 236 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.07 |
| HSL | 247.98º | 0.83% | 0.56% | - |
| HSV(B) | 247.98º | 0.8% | 0.93% | - |
| XYZ | 18.94 | 9.59 | 80.21 | - |
| YUV | 76.91 | 217.78 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 236 | 0.69 | 0.80 | 0 | 0.07 | 247.98 | 0.83 | 0.56 |
| Hex | 49 | 30 | EC | 45 | 50 | 0 | 7 | F8 | 53 | 38 |
| Octal | 111 | 60 | 354 | 105 | 120 | 0 | 7 | 370 | 123 | 70 |
| Binary | 1001001 | 110000 | 11101100 | 1000101 | 1010000 | 0 | 111 | 11111000 | 1010011 | 111000 |
Color Harmonies of #4930EC
Complementary color
Monochromatic Colors of #4930EC
Black with #4930EC
Text Example
Text Example
White with #4930EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4930EC; }
p { color: rgb(73,48,236); }
H1.HeaderClassName
{
color: #4930EC;
}
.AnyTagClassName
{
color: #4930EC;
}
</style>
background-color css
<style>
a { background-color: #4930EC; }
a { background-color: rgb(73,48,236); }
div.DivClassName
{
background-color: #4930EC;
}
.BgClassName
{
background-color: #4930EC;
}
</style>
border-color css
<style>
span { border-color: #4930EC; }
span { border-color: rgb(73,48,236); }
td.TdClassName
{
border-color: #4930EC;
}
.TagClassName
{
border-color: #4930EC;
}
</style>