Shades of Han Purple #4903CF
Tints of Han Purple #4903CF
RGB
CMYK
RGB Variations
Color information
#4903CF (or 0x4903CF) is known color: Han Purple. HEX triplet: 49, 03 and CF. RGB value is (73,3,207). Sum of RGB (Red+Green+Blue) = 73+3+207=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 207 (81.25% from 255 or 73.14% from 283); Max value from RGB is 207 - color contains mainly: blue. Hex color #4903CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4903CF is #B6FC30. Grayscale: #2E2E2E. Windows color (decimal): -11992113 or 13566793. OLE color: 13566793.
HSL color Cylindrical-coordinate representation of color #4903CF: hue angle of 260.59º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4903CF is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 3 | 207 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.19 |
| HSL | 260.59º | 0.97% | 0.41% | - |
| HSV(B) | 260.59º | 0.99% | 0.81% | - |
| XYZ | 14.04 | 5.99 | 59.45 | - |
| YUV | 47.19 | 218.19 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 207 | 0.65 | 0.99 | 0 | 0.19 | 260.59 | 0.97 | 0.41 |
| Hex | 49 | 3 | CF | 41 | 63 | 0 | 13 | 105 | 61 | 29 |
| Octal | 111 | 3 | 317 | 101 | 143 | 0 | 23 | 405 | 141 | 51 |
| Binary | 1001001 | 11 | 11001111 | 1000001 | 1100011 | 0 | 10011 | 100000101 | 1100001 | 101001 |
Color Harmonies of #4903CF
Complementary color
Monochromatic Colors of #4903CF
Black with #4903CF
Text Example
Text Example
White with #4903CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4903CF; }
p { color: rgb(73,3,207); }
H1.HeaderClassName
{
color: #4903CF;
}
.AnyTagClassName
{
color: #4903CF;
}
</style>
background-color css
<style>
a { background-color: #4903CF; }
a { background-color: rgb(73,3,207); }
div.DivClassName
{
background-color: #4903CF;
}
.BgClassName
{
background-color: #4903CF;
}
</style>
border-color css
<style>
span { border-color: #4903CF; }
span { border-color: rgb(73,3,207); }
td.TdClassName
{
border-color: #4903CF;
}
.TagClassName
{
border-color: #4903CF;
}
</style>