Shades of Han Purple #4C1AFB
Tints of Han Purple #4C1AFB
RGB
CMYK
RGB Variations
Color information
#4C1AFB (or 0x4C1AFB) is known color: Han Purple. HEX triplet: 4C, 1A and FB. RGB value is (76,26,251). Sum of RGB (Red+Green+Blue) = 76+26+251=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #4C1AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C1AFB is #B3E504. Grayscale: #414141. Windows color (decimal): -11789573 or 16456268. OLE color: 16456268.
HSL color Cylindrical-coordinate representation of color #4C1AFB: hue angle of 253.33º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C1AFB is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 26 | 251 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.02 |
| HSL | 253.33º | 0.97% | 0.54% | - |
| HSV(B) | 253.33º | 0.9% | 0.98% | - |
| XYZ | 20.76 | 9.24 | 91.96 | - |
| YUV | 66.6 | 232.07 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 251 | 0.70 | 0.90 | 0 | 0.02 | 253.33 | 0.97 | 0.54 |
| Hex | 4C | 1A | FB | 46 | 5A | 0 | 2 | FD | 61 | 36 |
| Octal | 114 | 32 | 373 | 106 | 132 | 0 | 2 | 375 | 141 | 66 |
| Binary | 1001100 | 11010 | 11111011 | 1000110 | 1011010 | 0 | 10 | 11111101 | 1100001 | 110110 |
Color Harmonies of #4C1AFB
Complementary color
Monochromatic Colors of #4C1AFB
Black with #4C1AFB
Text Example
Text Example
White with #4C1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1AFB; }
p { color: rgb(76,26,251); }
H1.HeaderClassName
{
color: #4C1AFB;
}
.AnyTagClassName
{
color: #4C1AFB;
}
</style>
background-color css
<style>
a { background-color: #4C1AFB; }
a { background-color: rgb(76,26,251); }
div.DivClassName
{
background-color: #4C1AFB;
}
.BgClassName
{
background-color: #4C1AFB;
}
</style>
border-color css
<style>
span { border-color: #4C1AFB; }
span { border-color: rgb(76,26,251); }
td.TdClassName
{
border-color: #4C1AFB;
}
.TagClassName
{
border-color: #4C1AFB;
}
</style>