Shades of Han Purple #4C16FE
Tints of Han Purple #4C16FE
RGB
CMYK
RGB Variations
Color information
#4C16FE (or 0x4C16FE) is known color: Han Purple. HEX triplet: 4C, 16 and FE. RGB value is (76,22,254). Sum of RGB (Red+Green+Blue) = 76+22+254=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C16FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C16FE is #B3E901. Grayscale: #3F3F3F. Windows color (decimal): -11790594 or 16651852. OLE color: 16651852.
HSL color Cylindrical-coordinate representation of color #4C16FE: hue angle of 253.97º 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 #4C16FE is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 22 | 254 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.00 |
| HSL | 253.97º | 0.99% | 0.54% | - |
| HSV(B) | 253.97º | 0.91% | 1% | - |
| XYZ | 21.16 | 9.27 | 94.44 | - |
| YUV | 64.59 | 234.89 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 254 | 0.70 | 0.91 | 0 | 0.00 | 253.97 | 0.99 | 0.54 |
| Hex | 4C | 16 | FE | 46 | 5B | 0 | 0 | FE | 63 | 36 |
| Octal | 114 | 26 | 376 | 106 | 133 | 0 | 0 | 376 | 143 | 66 |
| Binary | 1001100 | 10110 | 11111110 | 1000110 | 1011011 | 0 | 0 | 11111110 | 1100011 | 110110 |
Color Harmonies of #4C16FE
Complementary color
Monochromatic Colors of #4C16FE
Black with #4C16FE
Text Example
Text Example
White with #4C16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C16FE; }
p { color: rgb(76,22,254); }
H1.HeaderClassName
{
color: #4C16FE;
}
.AnyTagClassName
{
color: #4C16FE;
}
</style>
background-color css
<style>
a { background-color: #4C16FE; }
a { background-color: rgb(76,22,254); }
div.DivClassName
{
background-color: #4C16FE;
}
.BgClassName
{
background-color: #4C16FE;
}
</style>
border-color css
<style>
span { border-color: #4C16FE; }
span { border-color: rgb(76,22,254); }
td.TdClassName
{
border-color: #4C16FE;
}
.TagClassName
{
border-color: #4C16FE;
}
</style>