Shades of Han Purple #4C2AFE
Tints of Han Purple #4C2AFE
RGB
CMYK
RGB Variations
Color information
#4C2AFE (or 0x4C2AFE) is known color: Han Purple. HEX triplet: 4C, 2A and FE. RGB value is (76,42,254). Sum of RGB (Red+Green+Blue) = 76+42+254=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C2AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C2AFE is #B3D501. Grayscale: #4B4B4B. Windows color (decimal): -11785474 or 16656972. OLE color: 16656972.
HSL color Cylindrical-coordinate representation of color #4C2AFE: hue angle of 249.62º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C2AFE is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 42 | 254 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.00 |
| HSL | 249.62º | 0.99% | 0.58% | - |
| HSV(B) | 249.62º | 0.83% | 1% | - |
| XYZ | 21.7 | 10.35 | 94.62 | - |
| YUV | 76.33 | 228.26 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 42 | 254 | 0.70 | 0.83 | 0 | 0.00 | 249.62 | 0.99 | 0.58 |
| Hex | 4C | 2A | FE | 46 | 53 | 0 | 0 | FA | 63 | 3A |
| Octal | 114 | 52 | 376 | 106 | 123 | 0 | 0 | 372 | 143 | 72 |
| Binary | 1001100 | 101010 | 11111110 | 1000110 | 1010011 | 0 | 0 | 11111010 | 1100011 | 111010 |
Color Harmonies of #4C2AFE
Complementary color
Monochromatic Colors of #4C2AFE
Black with #4C2AFE
Text Example
Text Example
White with #4C2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2AFE; }
p { color: rgb(76,42,254); }
H1.HeaderClassName
{
color: #4C2AFE;
}
.AnyTagClassName
{
color: #4C2AFE;
}
</style>
background-color css
<style>
a { background-color: #4C2AFE; }
a { background-color: rgb(76,42,254); }
div.DivClassName
{
background-color: #4C2AFE;
}
.BgClassName
{
background-color: #4C2AFE;
}
</style>
border-color css
<style>
span { border-color: #4C2AFE; }
span { border-color: rgb(76,42,254); }
td.TdClassName
{
border-color: #4C2AFE;
}
.TagClassName
{
border-color: #4C2AFE;
}
</style>