Shades of Han Purple #4C2CFD
Tints of Han Purple #4C2CFD
RGB
CMYK
RGB Variations
Color information
#4C2CFD (or 0x4C2CFD) is known color: Han Purple. HEX triplet: 4C, 2C and FD. RGB value is (76,44,253). Sum of RGB (Red+Green+Blue) = 76+44+253=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C2CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C2CFD is #B3D302. Grayscale: #4C4C4C. Windows color (decimal): -11784963 or 16591948. OLE color: 16591948.
HSL color Cylindrical-coordinate representation of color #4C2CFD: hue angle of 249.19º degrees, saturation: 0.98, 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 #4C2CFD is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 44 | 253 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.01 |
| HSL | 249.19º | 0.98% | 0.58% | - |
| HSV(B) | 249.19º | 0.83% | 0.99% | - |
| XYZ | 21.61 | 10.43 | 93.8 | - |
| YUV | 77.39 | 227.1 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 44 | 253 | 0.70 | 0.83 | 0 | 0.01 | 249.19 | 0.98 | 0.58 |
| Hex | 4C | 2C | FD | 46 | 53 | 0 | 1 | F9 | 62 | 3A |
| Octal | 114 | 54 | 375 | 106 | 123 | 0 | 1 | 371 | 142 | 72 |
| Binary | 1001100 | 101100 | 11111101 | 1000110 | 1010011 | 0 | 1 | 11111001 | 1100010 | 111010 |
Color Harmonies of #4C2CFD
Complementary color
Monochromatic Colors of #4C2CFD
Black with #4C2CFD
Text Example
Text Example
White with #4C2CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2CFD; }
p { color: rgb(76,44,253); }
H1.HeaderClassName
{
color: #4C2CFD;
}
.AnyTagClassName
{
color: #4C2CFD;
}
</style>
background-color css
<style>
a { background-color: #4C2CFD; }
a { background-color: rgb(76,44,253); }
div.DivClassName
{
background-color: #4C2CFD;
}
.BgClassName
{
background-color: #4C2CFD;
}
</style>
border-color css
<style>
span { border-color: #4C2CFD; }
span { border-color: rgb(76,44,253); }
td.TdClassName
{
border-color: #4C2CFD;
}
.TagClassName
{
border-color: #4C2CFD;
}
</style>