Shades of Han Purple #4903D0
Tints of Han Purple #4903D0
RGB
CMYK
RGB Variations
Color information
#4903D0 (or 0x4903D0) is known color: Han Purple. HEX triplet: 49, 03 and D0. RGB value is (73,3,208). Sum of RGB (Red+Green+Blue) = 73+3+208=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 208 (81.64% from 255 or 73.24% from 284); Max value from RGB is 208 - color contains mainly: blue. Hex color #4903D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4903D0 is #B6FC2F. Grayscale: #2E2E2E. Windows color (decimal): -11992112 or 13632329. OLE color: 13632329.
HSL color Cylindrical-coordinate representation of color #4903D0: hue angle of 260.49º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4903D0 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 3 | 208 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.18 |
| HSL | 260.49º | 0.97% | 0.41% | - |
| HSV(B) | 260.49º | 0.99% | 0.82% | - |
| XYZ | 14.17 | 6.04 | 60.09 | - |
| YUV | 47.3 | 218.69 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 208 | 0.65 | 0.99 | 0 | 0.18 | 260.49 | 0.97 | 0.41 |
| Hex | 49 | 3 | D0 | 41 | 63 | 0 | 12 | 104 | 61 | 29 |
| Octal | 111 | 3 | 320 | 101 | 143 | 0 | 22 | 404 | 141 | 51 |
| Binary | 1001001 | 11 | 11010000 | 1000001 | 1100011 | 0 | 10010 | 100000100 | 1100001 | 101001 |
Color Harmonies of #4903D0
Complementary color
Monochromatic Colors of #4903D0
Black with #4903D0
Text Example
Text Example
White with #4903D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4903D0; }
p { color: rgb(73,3,208); }
H1.HeaderClassName
{
color: #4903D0;
}
.AnyTagClassName
{
color: #4903D0;
}
</style>
background-color css
<style>
a { background-color: #4903D0; }
a { background-color: rgb(73,3,208); }
div.DivClassName
{
background-color: #4903D0;
}
.BgClassName
{
background-color: #4903D0;
}
</style>
border-color css
<style>
span { border-color: #4903D0; }
span { border-color: rgb(73,3,208); }
td.TdClassName
{
border-color: #4903D0;
}
.TagClassName
{
border-color: #4903D0;
}
</style>