Shades of Han Purple #4C1AFF
Tints of Han Purple #4C1AFF
RGB
CMYK
RGB Variations
Color information
#4C1AFF (or 0x4C1AFF) is known color: Han Purple. HEX triplet: 4C, 1A and FF. RGB value is (76,26,255). Sum of RGB (Red+Green+Blue) = 76+26+255=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 26 (10.55% from 255 or 7.28% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C1AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C1AFF is #B3E500. Grayscale: #424242. Windows color (decimal): -11789569 or 16718412. OLE color: 16718412.
HSL color Cylindrical-coordinate representation of color #4C1AFF: hue angle of 253.1º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C1AFF is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 26 | 255 | - |
| CMYK | 0.70 | 0.90 | 0 | 0 |
| HSL | 253.1º | 1% | 0.55% | - |
| HSV(B) | 253.1º | 0.9% | 1% | - |
| XYZ | 21.4 | 9.5 | 95.31 | - |
| YUV | 67.06 | 234.07 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 255 | 0.70 | 0.90 | 0 | 0 | 253.1 | 1 | 0.55 |
| Hex | 4C | 1A | FF | 46 | 5A | 0 | 0 | FD | 64 | 37 |
| Octal | 114 | 32 | 377 | 106 | 132 | 0 | 0 | 375 | 144 | 67 |
| Binary | 1001100 | 11010 | 11111111 | 1000110 | 1011010 | 0 | 0 | 11111101 | 1100100 | 110111 |
Color Harmonies of #4C1AFF
Complementary color
Monochromatic Colors of #4C1AFF
Black with #4C1AFF
Text Example
Text Example
White with #4C1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1AFF; }
p { color: rgb(76,26,255); }
H1.HeaderClassName
{
color: #4C1AFF;
}
.AnyTagClassName
{
color: #4C1AFF;
}
</style>
background-color css
<style>
a { background-color: #4C1AFF; }
a { background-color: rgb(76,26,255); }
div.DivClassName
{
background-color: #4C1AFF;
}
.BgClassName
{
background-color: #4C1AFF;
}
</style>
border-color css
<style>
span { border-color: #4C1AFF; }
span { border-color: rgb(76,26,255); }
td.TdClassName
{
border-color: #4C1AFF;
}
.TagClassName
{
border-color: #4C1AFF;
}
</style>