Shades of Han Purple #4900DB
Tints of Han Purple #4900DB
RGB
CMYK
RGB Variations
Color information
#4900DB (or 0x4900DB) is known color: Han Purple. HEX triplet: 49, 00 and DB. RGB value is (73,0,219). Sum of RGB (Red+Green+Blue) = 73+0+219=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 219 (85.94% from 255 or 75% from 292); Max value from RGB is 219 - color contains mainly: blue. Hex color #4900DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4900DB is #B6FF24. Grayscale: #2D2D2D. Windows color (decimal): -11992869 or 14352457. OLE color: 14352457.
HSL color Cylindrical-coordinate representation of color #4900DB: hue angle of 260º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900DB is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 0 | 219 | - |
| CMYK | 0.67 | 1 | 0 | 0.14 |
| HSL | 260º | 1% | 0.43% | - |
| HSV(B) | 260º | 1% | 0.86% | - |
| XYZ | 15.53 | 6.53 | 67.46 | - |
| YUV | 46.79 | 225.18 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 219 | 0.67 | 1 | 0 | 0.14 | 260 | 1 | 0.43 |
| Hex | 49 | 0 | DB | 43 | 64 | 0 | E | 104 | 64 | 2B |
| Octal | 111 | 0 | 333 | 103 | 144 | 0 | 16 | 404 | 144 | 53 |
| Binary | 1001001 | 0 | 11011011 | 1000011 | 1100100 | 0 | 1110 | 100000100 | 1100100 | 101011 |
Color Harmonies of #4900DB
Complementary color
Monochromatic Colors of #4900DB
Black with #4900DB
Text Example
Text Example
White with #4900DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900DB; }
p { color: rgb(73,0,219); }
H1.HeaderClassName
{
color: #4900DB;
}
.AnyTagClassName
{
color: #4900DB;
}
</style>
background-color css
<style>
a { background-color: #4900DB; }
a { background-color: rgb(73,0,219); }
div.DivClassName
{
background-color: #4900DB;
}
.BgClassName
{
background-color: #4900DB;
}
</style>
border-color css
<style>
span { border-color: #4900DB; }
span { border-color: rgb(73,0,219); }
td.TdClassName
{
border-color: #4900DB;
}
.TagClassName
{
border-color: #4900DB;
}
</style>