Shades of Han Purple #4703FA
Tints of Han Purple #4703FA
RGB
CMYK
RGB Variations
Color information
#4703FA (or 0x4703FA) is known color: Han Purple. HEX triplet: 47, 03 and FA. RGB value is (71,3,250). Sum of RGB (Red+Green+Blue) = 71+3+250=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 250 (98.05% from 255 or 77.16% from 324); Max value from RGB is 250 - color contains mainly: blue. Hex color #4703FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4703FA is #B8FC05. Grayscale: #323232. Windows color (decimal): -12123142 or 16384839. OLE color: 16384839.
HSL color Cylindrical-coordinate representation of color #4703FA: hue angle of 256.52º 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 #4703FA is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 3 | 250 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.02 |
| HSL | 256.52º | 0.98% | 0.5% | - |
| HSV(B) | 256.52º | 0.99% | 0.98% | - |
| XYZ | 19.89 | 8.31 | 91 | - |
| YUV | 51.49 | 240.03 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 3 | 250 | 0.72 | 0.99 | 0 | 0.02 | 256.52 | 0.98 | 0.5 |
| Hex | 47 | 3 | FA | 48 | 63 | 0 | 2 | 101 | 62 | 32 |
| Octal | 107 | 3 | 372 | 110 | 143 | 0 | 2 | 401 | 142 | 62 |
| Binary | 1000111 | 11 | 11111010 | 1001000 | 1100011 | 0 | 10 | 100000001 | 1100010 | 110010 |
Color Harmonies of #4703FA
Complementary color
Monochromatic Colors of #4703FA
Black with #4703FA
Text Example
Text Example
White with #4703FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4703FA; }
p { color: rgb(71,3,250); }
H1.HeaderClassName
{
color: #4703FA;
}
.AnyTagClassName
{
color: #4703FA;
}
</style>
background-color css
<style>
a { background-color: #4703FA; }
a { background-color: rgb(71,3,250); }
div.DivClassName
{
background-color: #4703FA;
}
.BgClassName
{
background-color: #4703FA;
}
</style>
border-color css
<style>
span { border-color: #4703FA; }
span { border-color: rgb(71,3,250); }
td.TdClassName
{
border-color: #4703FA;
}
.TagClassName
{
border-color: #4703FA;
}
</style>