Shades of Han Purple #4700FE
Tints of Han Purple #4700FE
RGB
CMYK
RGB Variations
Color information
#4700FE (or 0x4700FE) is known color: Han Purple. HEX triplet: 47, 00 and FE. RGB value is (71,0,254). Sum of RGB (Red+Green+Blue) = 71+0+254=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #4700FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4700FE is #B8FF01. Grayscale: #313131. Windows color (decimal): -12123906 or 16646215. OLE color: 16646215.
HSL color Cylindrical-coordinate representation of color #4700FE: hue angle of 256.77º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4700FE is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 0 | 254 | - |
| CMYK | 0.72 | 1 | 0 | 0.00 |
| HSL | 256.77º | 1% | 0.5% | - |
| HSV(B) | 256.77º | 1% | 1% | - |
| XYZ | 20.49 | 8.5 | 94.33 | - |
| YUV | 50.19 | 243.02 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 254 | 0.72 | 1 | 0 | 0.00 | 256.77 | 1 | 0.5 |
| Hex | 47 | 0 | FE | 48 | 64 | 0 | 0 | 101 | 64 | 32 |
| Octal | 107 | 0 | 376 | 110 | 144 | 0 | 0 | 401 | 144 | 62 |
| Binary | 1000111 | 0 | 11111110 | 1001000 | 1100100 | 0 | 0 | 100000001 | 1100100 | 110010 |
Color Harmonies of #4700FE
Complementary color
Monochromatic Colors of #4700FE
Black with #4700FE
Text Example
Text Example
White with #4700FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4700FE; }
p { color: rgb(71,0,254); }
H1.HeaderClassName
{
color: #4700FE;
}
.AnyTagClassName
{
color: #4700FE;
}
</style>
background-color css
<style>
a { background-color: #4700FE; }
a { background-color: rgb(71,0,254); }
div.DivClassName
{
background-color: #4700FE;
}
.BgClassName
{
background-color: #4700FE;
}
</style>
border-color css
<style>
span { border-color: #4700FE; }
span { border-color: rgb(71,0,254); }
td.TdClassName
{
border-color: #4700FE;
}
.TagClassName
{
border-color: #4700FE;
}
</style>