Shades of Han Purple #4C27F1
Tints of Han Purple #4C27F1
RGB
CMYK
RGB Variations
Color information
#4C27F1 (or 0x4C27F1) is known color: Han Purple. HEX triplet: 4C, 27 and F1. RGB value is (76,39,241). Sum of RGB (Red+Green+Blue) = 76+39+241=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #4C27F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C27F1 is #B3D80E. Grayscale: #484848. Windows color (decimal): -11786255 or 15804236. OLE color: 15804236.
HSL color Cylindrical-coordinate representation of color #4C27F1: hue angle of 250.99º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C27F1 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 39 | 241 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.05 |
| HSL | 250.99º | 0.88% | 0.55% | - |
| HSV(B) | 250.99º | 0.84% | 0.95% | - |
| XYZ | 19.58 | 9.34 | 83.99 | - |
| YUV | 73.09 | 222.76 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 241 | 0.68 | 0.84 | 0 | 0.05 | 250.99 | 0.88 | 0.55 |
| Hex | 4C | 27 | F1 | 44 | 54 | 0 | 5 | FB | 58 | 37 |
| Octal | 114 | 47 | 361 | 104 | 124 | 0 | 5 | 373 | 130 | 67 |
| Binary | 1001100 | 100111 | 11110001 | 1000100 | 1010100 | 0 | 101 | 11111011 | 1011000 | 110111 |
Color Harmonies of #4C27F1
Complementary color
Monochromatic Colors of #4C27F1
Black with #4C27F1
Text Example
Text Example
White with #4C27F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C27F1; }
p { color: rgb(76,39,241); }
H1.HeaderClassName
{
color: #4C27F1;
}
.AnyTagClassName
{
color: #4C27F1;
}
</style>
background-color css
<style>
a { background-color: #4C27F1; }
a { background-color: rgb(76,39,241); }
div.DivClassName
{
background-color: #4C27F1;
}
.BgClassName
{
background-color: #4C27F1;
}
</style>
border-color css
<style>
span { border-color: #4C27F1; }
span { border-color: rgb(76,39,241); }
td.TdClassName
{
border-color: #4C27F1;
}
.TagClassName
{
border-color: #4C27F1;
}
</style>