Shades of Han Purple #4C0EFD
Tints of Han Purple #4C0EFD
RGB
CMYK
RGB Variations
Color information
#4C0EFD (or 0x4C0EFD) is known color: Han Purple. HEX triplet: 4C, 0E and FD. RGB value is (76,14,253). Sum of RGB (Red+Green+Blue) = 76+14+253=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C0EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C0EFD is #B3F102. Grayscale: #3A3A3A. Windows color (decimal): -11792643 or 16584268. OLE color: 16584268.
HSL color Cylindrical-coordinate representation of color #4C0EFD: hue angle of 255.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0EFD is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 14 | 253 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.01 |
| HSL | 255.56º | 0.98% | 0.52% | - |
| HSV(B) | 255.56º | 0.94% | 0.99% | - |
| XYZ | 20.87 | 8.94 | 93.55 | - |
| YUV | 59.78 | 237.04 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 253 | 0.70 | 0.94 | 0 | 0.01 | 255.56 | 0.98 | 0.52 |
| Hex | 4C | E | FD | 46 | 5E | 0 | 1 | 100 | 62 | 34 |
| Octal | 114 | 16 | 375 | 106 | 136 | 0 | 1 | 400 | 142 | 64 |
| Binary | 1001100 | 1110 | 11111101 | 1000110 | 1011110 | 0 | 1 | 100000000 | 1100010 | 110100 |
Color Harmonies of #4C0EFD
Complementary color
Monochromatic Colors of #4C0EFD
Black with #4C0EFD
Text Example
Text Example
White with #4C0EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0EFD; }
p { color: rgb(76,14,253); }
H1.HeaderClassName
{
color: #4C0EFD;
}
.AnyTagClassName
{
color: #4C0EFD;
}
</style>
background-color css
<style>
a { background-color: #4C0EFD; }
a { background-color: rgb(76,14,253); }
div.DivClassName
{
background-color: #4C0EFD;
}
.BgClassName
{
background-color: #4C0EFD;
}
</style>
border-color css
<style>
span { border-color: #4C0EFD; }
span { border-color: rgb(76,14,253); }
td.TdClassName
{
border-color: #4C0EFD;
}
.TagClassName
{
border-color: #4C0EFD;
}
</style>