Shades of Han Purple #4930ED
Tints of Han Purple #4930ED
RGB
CMYK
RGB Variations
Color information
#4930ED (or 0x4930ED) is known color: Han Purple. HEX triplet: 49, 30 and ED. RGB value is (73,48,237). Sum of RGB (Red+Green+Blue) = 73+48+237=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #4930ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4930ED is #B6CF12. Grayscale: #4C4C4C. Windows color (decimal): -11980563 or 15544393. OLE color: 15544393.
HSL color Cylindrical-coordinate representation of color #4930ED: hue angle of 247.94º degrees, saturation: 0.84, 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 #4930ED is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 48 | 237 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.07 |
| HSL | 247.94º | 0.84% | 0.56% | - |
| HSV(B) | 247.94º | 0.8% | 0.93% | - |
| XYZ | 19.09 | 9.64 | 80.98 | - |
| YUV | 77.02 | 218.28 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 237 | 0.69 | 0.80 | 0 | 0.07 | 247.94 | 0.84 | 0.56 |
| Hex | 49 | 30 | ED | 45 | 50 | 0 | 7 | F8 | 54 | 38 |
| Octal | 111 | 60 | 355 | 105 | 120 | 0 | 7 | 370 | 124 | 70 |
| Binary | 1001001 | 110000 | 11101101 | 1000101 | 1010000 | 0 | 111 | 11111000 | 1010100 | 111000 |
Color Harmonies of #4930ED
Complementary color
Monochromatic Colors of #4930ED
Black with #4930ED
Text Example
Text Example
White with #4930ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4930ED; }
p { color: rgb(73,48,237); }
H1.HeaderClassName
{
color: #4930ED;
}
.AnyTagClassName
{
color: #4930ED;
}
</style>
background-color css
<style>
a { background-color: #4930ED; }
a { background-color: rgb(73,48,237); }
div.DivClassName
{
background-color: #4930ED;
}
.BgClassName
{
background-color: #4930ED;
}
</style>
border-color css
<style>
span { border-color: #4930ED; }
span { border-color: rgb(73,48,237); }
td.TdClassName
{
border-color: #4930ED;
}
.TagClassName
{
border-color: #4930ED;
}
</style>