Shades of Han Purple #4C27E6
Tints of Han Purple #4C27E6
RGB
CMYK
RGB Variations
Color information
#4C27E6 (or 0x4C27E6) is known color: Han Purple. HEX triplet: 4C, 27 and E6. RGB value is (76,39,230). Sum of RGB (Red+Green+Blue) = 76+39+230=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 230 (90.23% from 255 or 66.67% from 345); Max value from RGB is 230 - color contains mainly: blue. Hex color #4C27E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C27E6 is #B3D819. Grayscale: #474747. Windows color (decimal): -11786266 or 15083340. OLE color: 15083340.
HSL color Cylindrical-coordinate representation of color #4C27E6: hue angle of 251.62º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C27E6 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 39 | 230 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.10 |
| HSL | 251.62º | 0.79% | 0.53% | - |
| HSV(B) | 251.62º | 0.83% | 0.9% | - |
| XYZ | 17.99 | 8.7 | 75.59 | - |
| YUV | 71.84 | 217.26 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 230 | 0.67 | 0.83 | 0 | 0.10 | 251.62 | 0.79 | 0.53 |
| Hex | 4C | 27 | E6 | 43 | 53 | 0 | A | FC | 4F | 35 |
| Octal | 114 | 47 | 346 | 103 | 123 | 0 | 12 | 374 | 117 | 65 |
| Binary | 1001100 | 100111 | 11100110 | 1000011 | 1010011 | 0 | 1010 | 11111100 | 1001111 | 110101 |
Color Harmonies of #4C27E6
Complementary color
Monochromatic Colors of #4C27E6
Black with #4C27E6
Text Example
Text Example
White with #4C27E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C27E6; }
p { color: rgb(76,39,230); }
H1.HeaderClassName
{
color: #4C27E6;
}
.AnyTagClassName
{
color: #4C27E6;
}
</style>
background-color css
<style>
a { background-color: #4C27E6; }
a { background-color: rgb(76,39,230); }
div.DivClassName
{
background-color: #4C27E6;
}
.BgClassName
{
background-color: #4C27E6;
}
</style>
border-color css
<style>
span { border-color: #4C27E6; }
span { border-color: rgb(76,39,230); }
td.TdClassName
{
border-color: #4C27E6;
}
.TagClassName
{
border-color: #4C27E6;
}
</style>