Shades of Han Purple #4C2BFC
Tints of Han Purple #4C2BFC
RGB
CMYK
RGB Variations
Color information
#4C2BFC (or 0x4C2BFC) is known color: Han Purple. HEX triplet: 4C, 2B and FC. RGB value is (76,43,252). Sum of RGB (Red+Green+Blue) = 76+43+252=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #4C2BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C2BFC is #B3D403. Grayscale: #4B4B4B. Windows color (decimal): -11785220 or 16526156. OLE color: 16526156.
HSL color Cylindrical-coordinate representation of color #4C2BFC: hue angle of 249.47º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C2BFC is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 43 | 252 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.01 |
| HSL | 249.47º | 0.97% | 0.58% | - |
| HSV(B) | 249.47º | 0.83% | 0.99% | - |
| XYZ | 21.42 | 10.29 | 92.95 | - |
| YUV | 76.69 | 226.93 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 43 | 252 | 0.70 | 0.83 | 0 | 0.01 | 249.47 | 0.97 | 0.58 |
| Hex | 4C | 2B | FC | 46 | 53 | 0 | 1 | F9 | 61 | 3A |
| Octal | 114 | 53 | 374 | 106 | 123 | 0 | 1 | 371 | 141 | 72 |
| Binary | 1001100 | 101011 | 11111100 | 1000110 | 1010011 | 0 | 1 | 11111001 | 1100001 | 111010 |
Color Harmonies of #4C2BFC
Complementary color
Monochromatic Colors of #4C2BFC
Black with #4C2BFC
Text Example
Text Example
White with #4C2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2BFC; }
p { color: rgb(76,43,252); }
H1.HeaderClassName
{
color: #4C2BFC;
}
.AnyTagClassName
{
color: #4C2BFC;
}
</style>
background-color css
<style>
a { background-color: #4C2BFC; }
a { background-color: rgb(76,43,252); }
div.DivClassName
{
background-color: #4C2BFC;
}
.BgClassName
{
background-color: #4C2BFC;
}
</style>
border-color css
<style>
span { border-color: #4C2BFC; }
span { border-color: rgb(76,43,252); }
td.TdClassName
{
border-color: #4C2BFC;
}
.TagClassName
{
border-color: #4C2BFC;
}
</style>