Shades of Han Purple #4A03D0
Tints of Han Purple #4A03D0
RGB
CMYK
RGB Variations
Color information
#4A03D0 (or 0x4A03D0) is known color: Han Purple. HEX triplet: 4A, 03 and D0. RGB value is (74,3,208). Sum of RGB (Red+Green+Blue) = 74+3+208=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 208 (81.64% from 255 or 72.98% from 285); Max value from RGB is 208 - color contains mainly: blue. Hex color #4A03D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A03D0 is #B5FC2F. Grayscale: #2E2E2E. Windows color (decimal): -11926576 or 13632330. OLE color: 13632330.
HSL color Cylindrical-coordinate representation of color #4A03D0: hue angle of 260.78º 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 #4A03D0 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 3 | 208 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.18 |
| HSL | 260.78º | 0.97% | 0.41% | - |
| HSV(B) | 260.78º | 0.99% | 0.82% | - |
| XYZ | 14.24 | 6.08 | 60.1 | - |
| YUV | 47.6 | 218.52 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 208 | 0.64 | 0.99 | 0 | 0.18 | 260.78 | 0.97 | 0.41 |
| Hex | 4A | 3 | D0 | 40 | 63 | 0 | 12 | 105 | 61 | 29 |
| Octal | 112 | 3 | 320 | 100 | 143 | 0 | 22 | 405 | 141 | 51 |
| Binary | 1001010 | 11 | 11010000 | 1000000 | 1100011 | 0 | 10010 | 100000101 | 1100001 | 101001 |
Color Harmonies of #4A03D0
Complementary color
Monochromatic Colors of #4A03D0
Black with #4A03D0
Text Example
Text Example
White with #4A03D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A03D0; }
p { color: rgb(74,3,208); }
H1.HeaderClassName
{
color: #4A03D0;
}
.AnyTagClassName
{
color: #4A03D0;
}
</style>
background-color css
<style>
a { background-color: #4A03D0; }
a { background-color: rgb(74,3,208); }
div.DivClassName
{
background-color: #4A03D0;
}
.BgClassName
{
background-color: #4A03D0;
}
</style>
border-color css
<style>
span { border-color: #4A03D0; }
span { border-color: rgb(74,3,208); }
td.TdClassName
{
border-color: #4A03D0;
}
.TagClassName
{
border-color: #4A03D0;
}
</style>