Shades of Han Purple #4716FE
Tints of Han Purple #4716FE
RGB
CMYK
RGB Variations
Color information
#4716FE (or 0x4716FE) is known color: Han Purple. HEX triplet: 47, 16 and FE. RGB value is (71,22,254). Sum of RGB (Red+Green+Blue) = 71+22+254=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #4716FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4716FE is #B8E901. Grayscale: #3E3E3E. Windows color (decimal): -12118274 or 16651847. OLE color: 16651847.
HSL color Cylindrical-coordinate representation of color #4716FE: hue angle of 252.67º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4716FE is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 71 | 22 | 254 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.00 |
| HSL | 252.67º | 0.99% | 0.54% | - |
| HSV(B) | 252.67º | 0.91% | 1% | - |
| XYZ | 20.77 | 9.07 | 94.42 | - |
| YUV | 63.1 | 235.73 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 254 | 0.72 | 0.91 | 0 | 0.00 | 252.67 | 0.99 | 0.54 |
| Hex | 47 | 16 | FE | 48 | 5B | 0 | 0 | FD | 63 | 36 |
| Octal | 107 | 26 | 376 | 110 | 133 | 0 | 0 | 375 | 143 | 66 |
| Binary | 1000111 | 10110 | 11111110 | 1001000 | 1011011 | 0 | 0 | 11111101 | 1100011 | 110110 |
Color Harmonies of #4716FE
Complementary color
Monochromatic Colors of #4716FE
Black with #4716FE
Text Example
Text Example
White with #4716FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4716FE; }
p { color: rgb(71,22,254); }
H1.HeaderClassName
{
color: #4716FE;
}
.AnyTagClassName
{
color: #4716FE;
}
</style>
background-color css
<style>
a { background-color: #4716FE; }
a { background-color: rgb(71,22,254); }
div.DivClassName
{
background-color: #4716FE;
}
.BgClassName
{
background-color: #4716FE;
}
</style>
border-color css
<style>
span { border-color: #4716FE; }
span { border-color: rgb(71,22,254); }
td.TdClassName
{
border-color: #4716FE;
}
.TagClassName
{
border-color: #4716FE;
}
</style>