Shades of Han Purple #4C1AFC
Tints of Han Purple #4C1AFC
RGB
CMYK
RGB Variations
Color information
#4C1AFC (or 0x4C1AFC) is known color: Han Purple. HEX triplet: 4C, 1A and FC. RGB value is (76,26,252). Sum of RGB (Red+Green+Blue) = 76+26+252=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C1AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C1AFC is #B3E503. Grayscale: #414141. Windows color (decimal): -11789572 or 16521804. OLE color: 16521804.
HSL color Cylindrical-coordinate representation of color #4C1AFC: hue angle of 253.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C1AFC is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 26 | 252 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.01 |
| HSL | 253.27º | 0.97% | 0.55% | - |
| HSV(B) | 253.27º | 0.9% | 0.99% | - |
| XYZ | 20.92 | 9.3 | 92.79 | - |
| YUV | 66.71 | 232.57 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 252 | 0.70 | 0.90 | 0 | 0.01 | 253.27 | 0.97 | 0.55 |
| Hex | 4C | 1A | FC | 46 | 5A | 0 | 1 | FD | 61 | 37 |
| Octal | 114 | 32 | 374 | 106 | 132 | 0 | 1 | 375 | 141 | 67 |
| Binary | 1001100 | 11010 | 11111100 | 1000110 | 1011010 | 0 | 1 | 11111101 | 1100001 | 110111 |
Color Harmonies of #4C1AFC
Complementary color
Monochromatic Colors of #4C1AFC
Black with #4C1AFC
Text Example
Text Example
White with #4C1AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1AFC; }
p { color: rgb(76,26,252); }
H1.HeaderClassName
{
color: #4C1AFC;
}
.AnyTagClassName
{
color: #4C1AFC;
}
</style>
background-color css
<style>
a { background-color: #4C1AFC; }
a { background-color: rgb(76,26,252); }
div.DivClassName
{
background-color: #4C1AFC;
}
.BgClassName
{
background-color: #4C1AFC;
}
</style>
border-color css
<style>
span { border-color: #4C1AFC; }
span { border-color: rgb(76,26,252); }
td.TdClassName
{
border-color: #4C1AFC;
}
.TagClassName
{
border-color: #4C1AFC;
}
</style>