Shades of Han Purple #4707FE
Tints of Han Purple #4707FE
RGB
CMYK
RGB Variations
Color information
#4707FE (or 0x4707FE) is known color: Han Purple. HEX triplet: 47, 07 and FE. RGB value is (71,7,254). Sum of RGB (Red+Green+Blue) = 71+7+254=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #4707FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4707FE is #B8F801. Grayscale: #353535. Windows color (decimal): -12122114 or 16648007. OLE color: 16648007.
HSL color Cylindrical-coordinate representation of color #4707FE: hue angle of 255.55º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4707FE is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 7 | 254 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.00 |
| HSL | 255.55º | 0.99% | 0.51% | - |
| HSV(B) | 255.55º | 0.97% | 1% | - |
| XYZ | 20.56 | 8.65 | 94.35 | - |
| YUV | 54.29 | 240.7 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 254 | 0.72 | 0.97 | 0 | 0.00 | 255.55 | 0.99 | 0.51 |
| Hex | 47 | 7 | FE | 48 | 61 | 0 | 0 | 100 | 63 | 33 |
| Octal | 107 | 7 | 376 | 110 | 141 | 0 | 0 | 400 | 143 | 63 |
| Binary | 1000111 | 111 | 11111110 | 1001000 | 1100001 | 0 | 0 | 100000000 | 1100011 | 110011 |
Color Harmonies of #4707FE
Complementary color
Monochromatic Colors of #4707FE
Black with #4707FE
Text Example
Text Example
White with #4707FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4707FE; }
p { color: rgb(71,7,254); }
H1.HeaderClassName
{
color: #4707FE;
}
.AnyTagClassName
{
color: #4707FE;
}
</style>
background-color css
<style>
a { background-color: #4707FE; }
a { background-color: rgb(71,7,254); }
div.DivClassName
{
background-color: #4707FE;
}
.BgClassName
{
background-color: #4707FE;
}
</style>
border-color css
<style>
span { border-color: #4707FE; }
span { border-color: rgb(71,7,254); }
td.TdClassName
{
border-color: #4707FE;
}
.TagClassName
{
border-color: #4707FE;
}
</style>