Shades of Han Purple #4C16F4
Tints of Han Purple #4C16F4
RGB
CMYK
RGB Variations
Color information
#4C16F4 (or 0x4C16F4) is known color: Han Purple. HEX triplet: 4C, 16 and F4. RGB value is (76,22,244). Sum of RGB (Red+Green+Blue) = 76+22+244=342 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.22% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 244 (95.70% from 255 or 71.35% from 342); Max value from RGB is 244 - color contains mainly: blue. Hex color #4C16F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C16F4 is #B3E90B. Grayscale: #3E3E3E. Windows color (decimal): -11790604 or 15996492. OLE color: 15996492.
HSL color Cylindrical-coordinate representation of color #4C16F4: hue angle of 254.59º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C16F4 is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 22 | 244 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.04 |
| HSL | 254.59º | 0.91% | 0.52% | - |
| HSV(B) | 254.59º | 0.91% | 0.96% | - |
| XYZ | 19.6 | 8.64 | 86.22 | - |
| YUV | 63.45 | 229.89 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 244 | 0.69 | 0.91 | 0 | 0.04 | 254.59 | 0.91 | 0.52 |
| Hex | 4C | 16 | F4 | 45 | 5B | 0 | 4 | FF | 5B | 34 |
| Octal | 114 | 26 | 364 | 105 | 133 | 0 | 4 | 377 | 133 | 64 |
| Binary | 1001100 | 10110 | 11110100 | 1000101 | 1011011 | 0 | 100 | 11111111 | 1011011 | 110100 |
Color Harmonies of #4C16F4
Complementary color
Monochromatic Colors of #4C16F4
Black with #4C16F4
Text Example
Text Example
White with #4C16F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C16F4; }
p { color: rgb(76,22,244); }
H1.HeaderClassName
{
color: #4C16F4;
}
.AnyTagClassName
{
color: #4C16F4;
}
</style>
background-color css
<style>
a { background-color: #4C16F4; }
a { background-color: rgb(76,22,244); }
div.DivClassName
{
background-color: #4C16F4;
}
.BgClassName
{
background-color: #4C16F4;
}
</style>
border-color css
<style>
span { border-color: #4C16F4; }
span { border-color: rgb(76,22,244); }
td.TdClassName
{
border-color: #4C16F4;
}
.TagClassName
{
border-color: #4C16F4;
}
</style>