Shades of Han Purple #4A03F3
Tints of Han Purple #4A03F3
RGB
CMYK
RGB Variations
Color information
#4A03F3 (or 0x4A03F3) is known color: Han Purple. HEX triplet: 4A, 03 and F3. RGB value is (74,3,243). Sum of RGB (Red+Green+Blue) = 74+3+243=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 243 (95.31% from 255 or 75.94% from 320); Max value from RGB is 243 - color contains mainly: blue. Hex color #4A03F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A03F3 is #B5FC0C. Grayscale: #323232. Windows color (decimal): -11926541 or 15926090. OLE color: 15926090.
HSL color Cylindrical-coordinate representation of color #4A03F3: hue angle of 257.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A03F3 is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 3 | 243 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.05 |
| HSL | 257.75º | 0.98% | 0.48% | - |
| HSV(B) | 257.75º | 0.99% | 0.95% | - |
| XYZ | 19.03 | 7.99 | 85.33 | - |
| YUV | 51.59 | 236.02 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 3 | 243 | 0.70 | 0.99 | 0 | 0.05 | 257.75 | 0.98 | 0.48 |
| Hex | 4A | 3 | F3 | 46 | 63 | 0 | 5 | 102 | 62 | 30 |
| Octal | 112 | 3 | 363 | 106 | 143 | 0 | 5 | 402 | 142 | 60 |
| Binary | 1001010 | 11 | 11110011 | 1000110 | 1100011 | 0 | 101 | 100000010 | 1100010 | 110000 |
Color Harmonies of #4A03F3
Complementary color
Monochromatic Colors of #4A03F3
Black with #4A03F3
Text Example
Text Example
White with #4A03F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A03F3; }
p { color: rgb(74,3,243); }
H1.HeaderClassName
{
color: #4A03F3;
}
.AnyTagClassName
{
color: #4A03F3;
}
</style>
background-color css
<style>
a { background-color: #4A03F3; }
a { background-color: rgb(74,3,243); }
div.DivClassName
{
background-color: #4A03F3;
}
.BgClassName
{
background-color: #4A03F3;
}
</style>
border-color css
<style>
span { border-color: #4A03F3; }
span { border-color: rgb(74,3,243); }
td.TdClassName
{
border-color: #4A03F3;
}
.TagClassName
{
border-color: #4A03F3;
}
</style>