Shades of Han Purple #4C01E6
Tints of Han Purple #4C01E6
RGB
CMYK
RGB Variations
Color information
#4C01E6 (or 0x4C01E6) is known color: Han Purple. HEX triplet: 4C, 01 and E6. RGB value is (76,1,230). Sum of RGB (Red+Green+Blue) = 76+1+230=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 230 (90.23% from 255 or 74.92% from 307); Max value from RGB is 230 - color contains mainly: blue. Hex color #4C01E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C01E6 is #B3FE19. Grayscale: #303030. Windows color (decimal): -11795994 or 15073612. OLE color: 15073612.
HSL color Cylindrical-coordinate representation of color #4C01E6: hue angle of 259.65º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C01E6 is Cyan = 0.67, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 76 | 1 | 230 | - |
| CMYK | 0.67 | 1.00 | 0 | 0.10 |
| HSL | 259.65º | 0.99% | 0.45% | - |
| HSV(B) | 259.65º | 1% | 0.9% | - |
| XYZ | 17.27 | 7.27 | 75.36 | - |
| YUV | 49.53 | 229.85 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 230 | 0.67 | 1.00 | 0 | 0.10 | 259.65 | 0.99 | 0.45 |
| Hex | 4C | 1 | E6 | 43 | 64 | 0 | A | 104 | 63 | 2D |
| Octal | 114 | 1 | 346 | 103 | 144 | 0 | 12 | 404 | 143 | 55 |
| Binary | 1001100 | 1 | 11100110 | 1000011 | 1100100 | 0 | 1010 | 100000100 | 1100011 | 101101 |
Color Harmonies of #4C01E6
Complementary color
Monochromatic Colors of #4C01E6
Black with #4C01E6
Text Example
Text Example
White with #4C01E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C01E6; }
p { color: rgb(76,1,230); }
H1.HeaderClassName
{
color: #4C01E6;
}
.AnyTagClassName
{
color: #4C01E6;
}
</style>
background-color css
<style>
a { background-color: #4C01E6; }
a { background-color: rgb(76,1,230); }
div.DivClassName
{
background-color: #4C01E6;
}
.BgClassName
{
background-color: #4C01E6;
}
</style>
border-color css
<style>
span { border-color: #4C01E6; }
span { border-color: rgb(76,1,230); }
td.TdClassName
{
border-color: #4C01E6;
}
.TagClassName
{
border-color: #4C01E6;
}
</style>