Shades of Han Purple #4C34DF
Tints of Han Purple #4C34DF
RGB
CMYK
RGB Variations
Color information
#4C34DF (or 0x4C34DF) is known color: Han Purple. HEX triplet: 4C, 34 and DF. RGB value is (76,52,223). Sum of RGB (Red+Green+Blue) = 76+52+223=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C34DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C34DF is #B3CB20. Grayscale: #4E4E4E. Windows color (decimal): -11782945 or 14627916. OLE color: 14627916.
HSL color Cylindrical-coordinate representation of color #4C34DF: hue angle of 248.42º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C34DF is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 52 | 223 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.13 |
| HSL | 248.42º | 0.73% | 0.54% | - |
| HSV(B) | 248.42º | 0.77% | 0.87% | - |
| XYZ | 17.53 | 9.32 | 70.69 | - |
| YUV | 78.67 | 209.45 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 52 | 223 | 0.66 | 0.77 | 0 | 0.13 | 248.42 | 0.73 | 0.54 |
| Hex | 4C | 34 | DF | 42 | 4D | 0 | D | F8 | 49 | 36 |
| Octal | 114 | 64 | 337 | 102 | 115 | 0 | 15 | 370 | 111 | 66 |
| Binary | 1001100 | 110100 | 11011111 | 1000010 | 1001101 | 0 | 1101 | 11111000 | 1001001 | 110110 |
Color Harmonies of #4C34DF
Complementary color
Monochromatic Colors of #4C34DF
Black with #4C34DF
Text Example
Text Example
White with #4C34DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C34DF; }
p { color: rgb(76,52,223); }
H1.HeaderClassName
{
color: #4C34DF;
}
.AnyTagClassName
{
color: #4C34DF;
}
</style>
background-color css
<style>
a { background-color: #4C34DF; }
a { background-color: rgb(76,52,223); }
div.DivClassName
{
background-color: #4C34DF;
}
.BgClassName
{
background-color: #4C34DF;
}
</style>
border-color css
<style>
span { border-color: #4C34DF; }
span { border-color: rgb(76,52,223); }
td.TdClassName
{
border-color: #4C34DF;
}
.TagClassName
{
border-color: #4C34DF;
}
</style>