Shades of Han Purple #4703FC
Tints of Han Purple #4703FC
RGB
CMYK
RGB Variations
Color information
#4703FC (or 0x4703FC) is known color: Han Purple. HEX triplet: 47, 03 and FC. RGB value is (71,3,252). Sum of RGB (Red+Green+Blue) = 71+3+252=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #4703FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4703FC is #B8FC03. Grayscale: #323232. Windows color (decimal): -12123140 or 16515911. OLE color: 16515911.
HSL color Cylindrical-coordinate representation of color #4703FC: hue angle of 256.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4703FC is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 3 | 252 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.01 |
| HSL | 256.39º | 0.98% | 0.5% | - |
| HSV(B) | 256.39º | 0.99% | 0.99% | - |
| XYZ | 20.2 | 8.43 | 92.66 | - |
| YUV | 51.72 | 241.03 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 3 | 252 | 0.72 | 0.99 | 0 | 0.01 | 256.39 | 0.98 | 0.5 |
| Hex | 47 | 3 | FC | 48 | 63 | 0 | 1 | 100 | 62 | 32 |
| Octal | 107 | 3 | 374 | 110 | 143 | 0 | 1 | 400 | 142 | 62 |
| Binary | 1000111 | 11 | 11111100 | 1001000 | 1100011 | 0 | 1 | 100000000 | 1100010 | 110010 |
Color Harmonies of #4703FC
Complementary color
Monochromatic Colors of #4703FC
Black with #4703FC
Text Example
Text Example
White with #4703FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4703FC; }
p { color: rgb(71,3,252); }
H1.HeaderClassName
{
color: #4703FC;
}
.AnyTagClassName
{
color: #4703FC;
}
</style>
background-color css
<style>
a { background-color: #4703FC; }
a { background-color: rgb(71,3,252); }
div.DivClassName
{
background-color: #4703FC;
}
.BgClassName
{
background-color: #4703FC;
}
</style>
border-color css
<style>
span { border-color: #4703FC; }
span { border-color: rgb(71,3,252); }
td.TdClassName
{
border-color: #4703FC;
}
.TagClassName
{
border-color: #4703FC;
}
</style>