Shades of Han Purple #4C11F2
Tints of Han Purple #4C11F2
RGB
CMYK
RGB Variations
Color information
#4C11F2 (or 0x4C11F2) is known color: Han Purple. HEX triplet: 4C, 11 and F2. RGB value is (76,17,242). Sum of RGB (Red+Green+Blue) = 76+17+242=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 242 (94.92% from 255 or 72.24% from 335); Max value from RGB is 242 - color contains mainly: blue. Hex color #4C11F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C11F2 is #B3EE0D. Grayscale: #3B3B3B. Windows color (decimal): -11791886 or 15864140. OLE color: 15864140.
HSL color Cylindrical-coordinate representation of color #4C11F2: hue angle of 255.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C11F2 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 17 | 242 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.05 |
| HSL | 255.73º | 0.9% | 0.51% | - |
| HSV(B) | 255.73º | 0.93% | 0.95% | - |
| XYZ | 19.21 | 8.35 | 84.6 | - |
| YUV | 60.29 | 230.55 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 17 | 242 | 0.69 | 0.93 | 0 | 0.05 | 255.73 | 0.9 | 0.51 |
| Hex | 4C | 11 | F2 | 45 | 5D | 0 | 5 | 100 | 5A | 33 |
| Octal | 114 | 21 | 362 | 105 | 135 | 0 | 5 | 400 | 132 | 63 |
| Binary | 1001100 | 10001 | 11110010 | 1000101 | 1011101 | 0 | 101 | 100000000 | 1011010 | 110011 |
Color Harmonies of #4C11F2
Complementary color
Monochromatic Colors of #4C11F2
Black with #4C11F2
Text Example
Text Example
White with #4C11F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C11F2; }
p { color: rgb(76,17,242); }
H1.HeaderClassName
{
color: #4C11F2;
}
.AnyTagClassName
{
color: #4C11F2;
}
</style>
background-color css
<style>
a { background-color: #4C11F2; }
a { background-color: rgb(76,17,242); }
div.DivClassName
{
background-color: #4C11F2;
}
.BgClassName
{
background-color: #4C11F2;
}
</style>
border-color css
<style>
span { border-color: #4C11F2; }
span { border-color: rgb(76,17,242); }
td.TdClassName
{
border-color: #4C11F2;
}
.TagClassName
{
border-color: #4C11F2;
}
</style>