Shades of Han Purple #4903D5
Tints of Han Purple #4903D5
RGB
CMYK
RGB Variations
Color information
#4903D5 (or 0x4903D5) is known color: Han Purple. HEX triplet: 49, 03 and D5. RGB value is (73,3,213). Sum of RGB (Red+Green+Blue) = 73+3+213=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 213 (83.59% from 255 or 73.70% from 289); Max value from RGB is 213 - color contains mainly: blue. Hex color #4903D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4903D5 is #B6FC2A. Grayscale: #2F2F2F. Windows color (decimal): -11992107 or 13960009. OLE color: 13960009.
HSL color Cylindrical-coordinate representation of color #4903D5: hue angle of 260º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4903D5 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 3 | 213 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.16 |
| HSL | 260º | 0.97% | 0.42% | - |
| HSV(B) | 260º | 0.99% | 0.84% | - |
| XYZ | 14.79 | 6.29 | 63.38 | - |
| YUV | 47.87 | 221.19 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 213 | 0.66 | 0.99 | 0 | 0.16 | 260 | 0.97 | 0.42 |
| Hex | 49 | 3 | D5 | 42 | 63 | 0 | 10 | 104 | 61 | 2A |
| Octal | 111 | 3 | 325 | 102 | 143 | 0 | 20 | 404 | 141 | 52 |
| Binary | 1001001 | 11 | 11010101 | 1000010 | 1100011 | 0 | 10000 | 100000100 | 1100001 | 101010 |
Color Harmonies of #4903D5
Complementary color
Monochromatic Colors of #4903D5
Black with #4903D5
Text Example
Text Example
White with #4903D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4903D5; }
p { color: rgb(73,3,213); }
H1.HeaderClassName
{
color: #4903D5;
}
.AnyTagClassName
{
color: #4903D5;
}
</style>
background-color css
<style>
a { background-color: #4903D5; }
a { background-color: rgb(73,3,213); }
div.DivClassName
{
background-color: #4903D5;
}
.BgClassName
{
background-color: #4903D5;
}
</style>
border-color css
<style>
span { border-color: #4903D5; }
span { border-color: rgb(73,3,213); }
td.TdClassName
{
border-color: #4903D5;
}
.TagClassName
{
border-color: #4903D5;
}
</style>