Shades of Han Purple #4900ED
Tints of Han Purple #4900ED
RGB
CMYK
RGB Variations
Color information
#4900ED (or 0x4900ED) is known color: Han Purple. HEX triplet: 49, 00 and ED. RGB value is (73,0,237). Sum of RGB (Red+Green+Blue) = 73+0+237=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 237 (92.97% from 255 or 76.45% from 310); Max value from RGB is 237 - color contains mainly: blue. Hex color #4900ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4900ED is #B6FF12. Grayscale: #2F2F2F. Windows color (decimal): -11992851 or 15532105. OLE color: 15532105.
HSL color Cylindrical-coordinate representation of color #4900ED: hue angle of 258.48º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900ED is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 0 | 237 | - |
| CMYK | 0.69 | 1 | 0 | 0.07 |
| HSL | 258.48º | 1% | 0.46% | - |
| HSV(B) | 258.48º | 1% | 0.93% | - |
| XYZ | 18.03 | 7.53 | 80.62 | - |
| YUV | 48.85 | 234.18 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 237 | 0.69 | 1 | 0 | 0.07 | 258.48 | 1 | 0.46 |
| Hex | 49 | 0 | ED | 45 | 64 | 0 | 7 | 102 | 64 | 2E |
| Octal | 111 | 0 | 355 | 105 | 144 | 0 | 7 | 402 | 144 | 56 |
| Binary | 1001001 | 0 | 11101101 | 1000101 | 1100100 | 0 | 111 | 100000010 | 1100100 | 101110 |
Color Harmonies of #4900ED
Complementary color
Monochromatic Colors of #4900ED
Black with #4900ED
Text Example
Text Example
White with #4900ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900ED; }
p { color: rgb(73,0,237); }
H1.HeaderClassName
{
color: #4900ED;
}
.AnyTagClassName
{
color: #4900ED;
}
</style>
background-color css
<style>
a { background-color: #4900ED; }
a { background-color: rgb(73,0,237); }
div.DivClassName
{
background-color: #4900ED;
}
.BgClassName
{
background-color: #4900ED;
}
</style>
border-color css
<style>
span { border-color: #4900ED; }
span { border-color: rgb(73,0,237); }
td.TdClassName
{
border-color: #4900ED;
}
.TagClassName
{
border-color: #4900ED;
}
</style>