Shades of Han Purple #4A03FA
Tints of Han Purple #4A03FA
RGB
CMYK
RGB Variations
Color information
#4A03FA (or 0x4A03FA) is known color: Han Purple. HEX triplet: 4A, 03 and FA. RGB value is (74,3,250). Sum of RGB (Red+Green+Blue) = 74+3+250=327 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.63% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A03FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A03FA is #B5FC05. Grayscale: #333333. Windows color (decimal): -11926534 or 16384842. OLE color: 16384842.
HSL color Cylindrical-coordinate representation of color #4A03FA: hue angle of 257.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A03FA is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 3 | 250 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.02 |
| HSL | 257.25º | 0.98% | 0.5% | - |
| HSV(B) | 257.25º | 0.99% | 0.98% | - |
| XYZ | 20.11 | 8.42 | 91.01 | - |
| YUV | 52.39 | 239.52 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 250 | 0.70 | 0.99 | 0 | 0.02 | 257.25 | 0.98 | 0.5 |
| Hex | 4A | 3 | FA | 46 | 63 | 0 | 2 | 101 | 62 | 32 |
| Octal | 112 | 3 | 372 | 106 | 143 | 0 | 2 | 401 | 142 | 62 |
| Binary | 1001010 | 11 | 11111010 | 1000110 | 1100011 | 0 | 10 | 100000001 | 1100010 | 110010 |
Color Harmonies of #4A03FA
Complementary color
Monochromatic Colors of #4A03FA
Black with #4A03FA
Text Example
Text Example
White with #4A03FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A03FA; }
p { color: rgb(74,3,250); }
H1.HeaderClassName
{
color: #4A03FA;
}
.AnyTagClassName
{
color: #4A03FA;
}
</style>
background-color css
<style>
a { background-color: #4A03FA; }
a { background-color: rgb(74,3,250); }
div.DivClassName
{
background-color: #4A03FA;
}
.BgClassName
{
background-color: #4A03FA;
}
</style>
border-color css
<style>
span { border-color: #4A03FA; }
span { border-color: rgb(74,3,250); }
td.TdClassName
{
border-color: #4A03FA;
}
.TagClassName
{
border-color: #4A03FA;
}
</style>