Shades of Han Purple #4C22DF
Tints of Han Purple #4C22DF
RGB
CMYK
RGB Variations
Color information
#4C22DF (or 0x4C22DF) is known color: Han Purple. HEX triplet: 4C, 22 and DF. RGB value is (76,34,223). Sum of RGB (Red+Green+Blue) = 76+34+223=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C22DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C22DF is #B3DD20. Grayscale: #434343. Windows color (decimal): -11787553 or 14623308. OLE color: 14623308.
HSL color Cylindrical-coordinate representation of color #4C22DF: hue angle of 253.33º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C22DF is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 34 | 223 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.13 |
| HSL | 253.33º | 0.75% | 0.5% | - |
| HSV(B) | 253.33º | 0.85% | 0.87% | - |
| XYZ | 16.87 | 8.01 | 70.47 | - |
| YUV | 68.1 | 215.41 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 223 | 0.66 | 0.85 | 0 | 0.13 | 253.33 | 0.75 | 0.5 |
| Hex | 4C | 22 | DF | 42 | 55 | 0 | D | FD | 4B | 32 |
| Octal | 114 | 42 | 337 | 102 | 125 | 0 | 15 | 375 | 113 | 62 |
| Binary | 1001100 | 100010 | 11011111 | 1000010 | 1010101 | 0 | 1101 | 11111101 | 1001011 | 110010 |
Color Harmonies of #4C22DF
Complementary color
Monochromatic Colors of #4C22DF
Black with #4C22DF
Text Example
Text Example
White with #4C22DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C22DF; }
p { color: rgb(76,34,223); }
H1.HeaderClassName
{
color: #4C22DF;
}
.AnyTagClassName
{
color: #4C22DF;
}
</style>
background-color css
<style>
a { background-color: #4C22DF; }
a { background-color: rgb(76,34,223); }
div.DivClassName
{
background-color: #4C22DF;
}
.BgClassName
{
background-color: #4C22DF;
}
</style>
border-color css
<style>
span { border-color: #4C22DF; }
span { border-color: rgb(76,34,223); }
td.TdClassName
{
border-color: #4C22DF;
}
.TagClassName
{
border-color: #4C22DF;
}
</style>