Shades of Han Purple #4706FE
Tints of Han Purple #4706FE
RGB
CMYK
RGB Variations
Color information
#4706FE (or 0x4706FE) is known color: Han Purple. HEX triplet: 47, 06 and FE. RGB value is (71,6,254). Sum of RGB (Red+Green+Blue) = 71+6+254=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #4706FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4706FE is #B8F901. Grayscale: #343434. Windows color (decimal): -12122370 or 16647751. OLE color: 16647751.
HSL color Cylindrical-coordinate representation of color #4706FE: hue angle of 255.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4706FE is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 6 | 254 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.00 |
| HSL | 255.73º | 0.99% | 0.51% | - |
| HSV(B) | 255.73º | 0.98% | 1% | - |
| XYZ | 20.55 | 8.63 | 94.35 | - |
| YUV | 53.71 | 241.03 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 6 | 254 | 0.72 | 0.98 | 0 | 0.00 | 255.73 | 0.99 | 0.51 |
| Hex | 47 | 6 | FE | 48 | 62 | 0 | 0 | 100 | 63 | 33 |
| Octal | 107 | 6 | 376 | 110 | 142 | 0 | 0 | 400 | 143 | 63 |
| Binary | 1000111 | 110 | 11111110 | 1001000 | 1100010 | 0 | 0 | 100000000 | 1100011 | 110011 |
Color Harmonies of #4706FE
Complementary color
Monochromatic Colors of #4706FE
Black with #4706FE
Text Example
Text Example
White with #4706FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4706FE; }
p { color: rgb(71,6,254); }
H1.HeaderClassName
{
color: #4706FE;
}
.AnyTagClassName
{
color: #4706FE;
}
</style>
background-color css
<style>
a { background-color: #4706FE; }
a { background-color: rgb(71,6,254); }
div.DivClassName
{
background-color: #4706FE;
}
.BgClassName
{
background-color: #4706FE;
}
</style>
border-color css
<style>
span { border-color: #4706FE; }
span { border-color: rgb(71,6,254); }
td.TdClassName
{
border-color: #4706FE;
}
.TagClassName
{
border-color: #4706FE;
}
</style>