Shades of Han Purple #4C27DA
Tints of Han Purple #4C27DA
RGB
CMYK
RGB Variations
Color information
#4C27DA (or 0x4C27DA) is known color: Han Purple. HEX triplet: 4C, 27 and DA. RGB value is (76,39,218). Sum of RGB (Red+Green+Blue) = 76+39+218=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C27DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C27DA is #B3D825. Grayscale: #454545. Windows color (decimal): -11786278 or 14296908. OLE color: 14296908.
HSL color Cylindrical-coordinate representation of color #4C27DA: hue angle of 252.4º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C27DA is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 39 | 218 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.15 |
| HSL | 252.4º | 0.71% | 0.5% | - |
| HSV(B) | 252.4º | 0.82% | 0.85% | - |
| XYZ | 16.36 | 8.05 | 67.02 | - |
| YUV | 70.47 | 211.26 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 218 | 0.65 | 0.82 | 0 | 0.15 | 252.4 | 0.71 | 0.5 |
| Hex | 4C | 27 | DA | 41 | 52 | 0 | F | FC | 47 | 32 |
| Octal | 114 | 47 | 332 | 101 | 122 | 0 | 17 | 374 | 107 | 62 |
| Binary | 1001100 | 100111 | 11011010 | 1000001 | 1010010 | 0 | 1111 | 11111100 | 1000111 | 110010 |
Color Harmonies of #4C27DA
Complementary color
Monochromatic Colors of #4C27DA
Black with #4C27DA
Text Example
Text Example
White with #4C27DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C27DA; }
p { color: rgb(76,39,218); }
H1.HeaderClassName
{
color: #4C27DA;
}
.AnyTagClassName
{
color: #4C27DA;
}
</style>
background-color css
<style>
a { background-color: #4C27DA; }
a { background-color: rgb(76,39,218); }
div.DivClassName
{
background-color: #4C27DA;
}
.BgClassName
{
background-color: #4C27DA;
}
</style>
border-color css
<style>
span { border-color: #4C27DA; }
span { border-color: rgb(76,39,218); }
td.TdClassName
{
border-color: #4C27DA;
}
.TagClassName
{
border-color: #4C27DA;
}
</style>