Shades of Han Purple #4C2BE5
Tints of Han Purple #4C2BE5
RGB
CMYK
RGB Variations
Color information
#4C2BE5 (or 0x4C2BE5) is known color: Han Purple. HEX triplet: 4C, 2B and E5. RGB value is (76,43,229). Sum of RGB (Red+Green+Blue) = 76+43+229=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 229 (89.84% from 255 or 65.80% from 348); Max value from RGB is 229 - color contains mainly: blue. Hex color #4C2BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BE5 is #B3D41A. Grayscale: #494949. Windows color (decimal): -11785243 or 15018828. OLE color: 15018828.
HSL color Cylindrical-coordinate representation of color #4C2BE5: hue angle of 250.65º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C2BE5 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 43 | 229 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.10 |
| HSL | 250.65º | 0.78% | 0.53% | - |
| HSV(B) | 250.65º | 0.81% | 0.9% | - |
| XYZ | 17.99 | 8.92 | 74.9 | - |
| YUV | 74.07 | 215.43 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 229 | 0.67 | 0.81 | 0 | 0.10 | 250.65 | 0.78 | 0.53 |
| Hex | 4C | 2B | E5 | 43 | 51 | 0 | A | FB | 4E | 35 |
| Octal | 114 | 53 | 345 | 103 | 121 | 0 | 12 | 373 | 116 | 65 |
| Binary | 1001100 | 101011 | 11100101 | 1000011 | 1010001 | 0 | 1010 | 11111011 | 1001110 | 110101 |
Color Harmonies of #4C2BE5
Complementary color
Monochromatic Colors of #4C2BE5
Black with #4C2BE5
Text Example
Text Example
White with #4C2BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2BE5; }
p { color: rgb(76,43,229); }
H1.HeaderClassName
{
color: #4C2BE5;
}
.AnyTagClassName
{
color: #4C2BE5;
}
</style>
background-color css
<style>
a { background-color: #4C2BE5; }
a { background-color: rgb(76,43,229); }
div.DivClassName
{
background-color: #4C2BE5;
}
.BgClassName
{
background-color: #4C2BE5;
}
</style>
border-color css
<style>
span { border-color: #4C2BE5; }
span { border-color: rgb(76,43,229); }
td.TdClassName
{
border-color: #4C2BE5;
}
.TagClassName
{
border-color: #4C2BE5;
}
</style>