Shades of Han Purple #4C14EB
Tints of Han Purple #4C14EB
RGB
CMYK
RGB Variations
Color information
#4C14EB (or 0x4C14EB) is known color: Han Purple. HEX triplet: 4C, 14 and EB. RGB value is (76,20,235). Sum of RGB (Red+Green+Blue) = 76+20+235=331 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.96% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C14EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C14EB is #B3EB14. Grayscale: #3C3C3C. Windows color (decimal): -11791125 or 15406156. OLE color: 15406156.
HSL color Cylindrical-coordinate representation of color #4C14EB: hue angle of 255.63º degrees, saturation: 0.84, 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 #4C14EB is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 76 | 20 | 235 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.08 |
| HSL | 255.63º | 0.84% | 0.5% | - |
| HSV(B) | 255.63º | 0.91% | 0.92% | - |
| XYZ | 18.23 | 8.03 | 79.19 | - |
| YUV | 61.25 | 226.05 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 20 | 235 | 0.68 | 0.91 | 0 | 0.08 | 255.63 | 0.84 | 0.5 |
| Hex | 4C | 14 | EB | 44 | 5B | 0 | 8 | 100 | 54 | 32 |
| Octal | 114 | 24 | 353 | 104 | 133 | 0 | 10 | 400 | 124 | 62 |
| Binary | 1001100 | 10100 | 11101011 | 1000100 | 1011011 | 0 | 1000 | 100000000 | 1010100 | 110010 |
Color Harmonies of #4C14EB
Complementary color
Monochromatic Colors of #4C14EB
Black with #4C14EB
Text Example
Text Example
White with #4C14EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C14EB; }
p { color: rgb(76,20,235); }
H1.HeaderClassName
{
color: #4C14EB;
}
.AnyTagClassName
{
color: #4C14EB;
}
</style>
background-color css
<style>
a { background-color: #4C14EB; }
a { background-color: rgb(76,20,235); }
div.DivClassName
{
background-color: #4C14EB;
}
.BgClassName
{
background-color: #4C14EB;
}
</style>
border-color css
<style>
span { border-color: #4C14EB; }
span { border-color: rgb(76,20,235); }
td.TdClassName
{
border-color: #4C14EB;
}
.TagClassName
{
border-color: #4C14EB;
}
</style>