Shades of Han Purple #4701FA
Tints of Han Purple #4701FA
RGB
CMYK
RGB Variations
Color information
#4701FA (or 0x4701FA) is known color: Han Purple. HEX triplet: 47, 01 and FA. RGB value is (71,1,250). Sum of RGB (Red+Green+Blue) = 71+1+250=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 250 (98.05% from 255 or 77.64% from 322); Max value from RGB is 250 - color contains mainly: blue. Hex color #4701FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4701FA is #B8FE05. Grayscale: #313131. Windows color (decimal): -12123654 or 16384327. OLE color: 16384327.
HSL color Cylindrical-coordinate representation of color #4701FA: hue angle of 256.87º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4701FA is Cyan = 0.72, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 1 | 250 | - |
| CMYK | 0.72 | 1.00 | 0 | 0.02 |
| HSL | 256.87º | 0.99% | 0.49% | - |
| HSV(B) | 256.87º | 1% | 0.98% | - |
| XYZ | 19.86 | 8.26 | 90.99 | - |
| YUV | 50.32 | 240.69 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 1 | 250 | 0.72 | 1.00 | 0 | 0.02 | 256.87 | 0.99 | 0.49 |
| Hex | 47 | 1 | FA | 48 | 64 | 0 | 2 | 101 | 63 | 31 |
| Octal | 107 | 1 | 372 | 110 | 144 | 0 | 2 | 401 | 143 | 61 |
| Binary | 1000111 | 1 | 11111010 | 1001000 | 1100100 | 0 | 10 | 100000001 | 1100011 | 110001 |
Color Harmonies of #4701FA
Complementary color
Monochromatic Colors of #4701FA
Black with #4701FA
Text Example
Text Example
White with #4701FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4701FA; }
p { color: rgb(71,1,250); }
H1.HeaderClassName
{
color: #4701FA;
}
.AnyTagClassName
{
color: #4701FA;
}
</style>
background-color css
<style>
a { background-color: #4701FA; }
a { background-color: rgb(71,1,250); }
div.DivClassName
{
background-color: #4701FA;
}
.BgClassName
{
background-color: #4701FA;
}
</style>
border-color css
<style>
span { border-color: #4701FA; }
span { border-color: rgb(71,1,250); }
td.TdClassName
{
border-color: #4701FA;
}
.TagClassName
{
border-color: #4701FA;
}
</style>