Shades of Han Purple #4932ED
Tints of Han Purple #4932ED
RGB
CMYK
RGB Variations
Color information
#4932ED (or 0x4932ED) is known color: Han Purple. HEX triplet: 49, 32 and ED. RGB value is (73,50,237). Sum of RGB (Red+Green+Blue) = 73+50+237=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 237 (92.97% from 255 or 65.83% from 360); Max value from RGB is 237 - color contains mainly: blue. Hex color #4932ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4932ED is #B6CD12. Grayscale: #4D4D4D. Windows color (decimal): -11980051 or 15544905. OLE color: 15544905.
HSL color Cylindrical-coordinate representation of color #4932ED: hue angle of 247.38º degrees, saturation: 0.84, 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 #4932ED is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 50 | 237 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.07 |
| HSL | 247.38º | 0.84% | 0.56% | - |
| HSV(B) | 247.38º | 0.79% | 0.93% | - |
| XYZ | 19.17 | 9.81 | 81 | - |
| YUV | 78.2 | 217.62 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 237 | 0.69 | 0.79 | 0 | 0.07 | 247.38 | 0.84 | 0.56 |
| Hex | 49 | 32 | ED | 45 | 4F | 0 | 7 | F7 | 54 | 38 |
| Octal | 111 | 62 | 355 | 105 | 117 | 0 | 7 | 367 | 124 | 70 |
| Binary | 1001001 | 110010 | 11101101 | 1000101 | 1001111 | 0 | 111 | 11110111 | 1010100 | 111000 |
Color Harmonies of #4932ED
Complementary color
Monochromatic Colors of #4932ED
Black with #4932ED
Text Example
Text Example
White with #4932ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4932ED; }
p { color: rgb(73,50,237); }
H1.HeaderClassName
{
color: #4932ED;
}
.AnyTagClassName
{
color: #4932ED;
}
</style>
background-color css
<style>
a { background-color: #4932ED; }
a { background-color: rgb(73,50,237); }
div.DivClassName
{
background-color: #4932ED;
}
.BgClassName
{
background-color: #4932ED;
}
</style>
border-color css
<style>
span { border-color: #4932ED; }
span { border-color: rgb(73,50,237); }
td.TdClassName
{
border-color: #4932ED;
}
.TagClassName
{
border-color: #4932ED;
}
</style>