Shades of Han Purple #4C07FE
Tints of Han Purple #4C07FE
RGB
CMYK
RGB Variations
Color information
#4C07FE (or 0x4C07FE) is known color: Han Purple. HEX triplet: 4C, 07 and FE. RGB value is (76,7,254). Sum of RGB (Red+Green+Blue) = 76+7+254=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C07FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C07FE is #B3F801. Grayscale: #363636. Windows color (decimal): -11794434 or 16648012. OLE color: 16648012.
HSL color Cylindrical-coordinate representation of color #4C07FE: hue angle of 256.76º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C07FE is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 76 | 7 | 254 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.00 |
| HSL | 256.76º | 0.99% | 0.51% | - |
| HSV(B) | 256.76º | 0.97% | 1% | - |
| XYZ | 20.95 | 8.84 | 94.37 | - |
| YUV | 55.79 | 239.86 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 254 | 0.70 | 0.97 | 0 | 0.00 | 256.76 | 0.99 | 0.51 |
| Hex | 4C | 7 | FE | 46 | 61 | 0 | 0 | 101 | 63 | 33 |
| Octal | 114 | 7 | 376 | 106 | 141 | 0 | 0 | 401 | 143 | 63 |
| Binary | 1001100 | 111 | 11111110 | 1000110 | 1100001 | 0 | 0 | 100000001 | 1100011 | 110011 |
Color Harmonies of #4C07FE
Complementary color
Monochromatic Colors of #4C07FE
Black with #4C07FE
Text Example
Text Example
White with #4C07FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C07FE; }
p { color: rgb(76,7,254); }
H1.HeaderClassName
{
color: #4C07FE;
}
.AnyTagClassName
{
color: #4C07FE;
}
</style>
background-color css
<style>
a { background-color: #4C07FE; }
a { background-color: rgb(76,7,254); }
div.DivClassName
{
background-color: #4C07FE;
}
.BgClassName
{
background-color: #4C07FE;
}
</style>
border-color css
<style>
span { border-color: #4C07FE; }
span { border-color: rgb(76,7,254); }
td.TdClassName
{
border-color: #4C07FE;
}
.TagClassName
{
border-color: #4C07FE;
}
</style>