Shades of Han Purple #4C16EA
Tints of Han Purple #4C16EA
RGB
CMYK
RGB Variations
Color information
#4C16EA (or 0x4C16EA) is known color: Han Purple. HEX triplet: 4C, 16 and EA. RGB value is (76,22,234). Sum of RGB (Red+Green+Blue) = 76+22+234=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 234 (91.80% from 255 or 70.48% from 332); Max value from RGB is 234 - color contains mainly: blue. Hex color #4C16EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C16EA is #B3E915. Grayscale: #3D3D3D. Windows color (decimal): -11790614 or 15341132. OLE color: 15341132.
HSL color Cylindrical-coordinate representation of color #4C16EA: hue angle of 255.28º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C16EA is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 22 | 234 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.08 |
| HSL | 255.28º | 0.83% | 0.5% | - |
| HSV(B) | 255.28º | 0.91% | 0.92% | - |
| XYZ | 18.12 | 8.05 | 78.44 | - |
| YUV | 62.31 | 224.89 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 234 | 0.68 | 0.91 | 0 | 0.08 | 255.28 | 0.83 | 0.5 |
| Hex | 4C | 16 | EA | 44 | 5B | 0 | 8 | FF | 53 | 32 |
| Octal | 114 | 26 | 352 | 104 | 133 | 0 | 10 | 377 | 123 | 62 |
| Binary | 1001100 | 10110 | 11101010 | 1000100 | 1011011 | 0 | 1000 | 11111111 | 1010011 | 110010 |
Color Harmonies of #4C16EA
Complementary color
Monochromatic Colors of #4C16EA
Black with #4C16EA
Text Example
Text Example
White with #4C16EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C16EA; }
p { color: rgb(76,22,234); }
H1.HeaderClassName
{
color: #4C16EA;
}
.AnyTagClassName
{
color: #4C16EA;
}
</style>
background-color css
<style>
a { background-color: #4C16EA; }
a { background-color: rgb(76,22,234); }
div.DivClassName
{
background-color: #4C16EA;
}
.BgClassName
{
background-color: #4C16EA;
}
</style>
border-color css
<style>
span { border-color: #4C16EA; }
span { border-color: rgb(76,22,234); }
td.TdClassName
{
border-color: #4C16EA;
}
.TagClassName
{
border-color: #4C16EA;
}
</style>