Shades of Han Purple #4C07FD
Tints of Han Purple #4C07FD
RGB
CMYK
RGB Variations
Color information
#4C07FD (or 0x4C07FD) is known color: Han Purple. HEX triplet: 4C, 07 and FD. RGB value is (76,7,253). Sum of RGB (Red+Green+Blue) = 76+7+253=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C07FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C07FD is #B3F802. Grayscale: #363636. Windows color (decimal): -11794435 or 16582476. OLE color: 16582476.
HSL color Cylindrical-coordinate representation of color #4C07FD: hue angle of 256.83º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C07FD is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 7 | 253 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.01 |
| HSL | 256.83º | 0.98% | 0.51% | - |
| HSV(B) | 256.83º | 0.97% | 0.99% | - |
| XYZ | 20.79 | 8.78 | 93.53 | - |
| YUV | 55.68 | 239.36 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 253 | 0.70 | 0.97 | 0 | 0.01 | 256.83 | 0.98 | 0.51 |
| Hex | 4C | 7 | FD | 46 | 61 | 0 | 1 | 101 | 62 | 33 |
| Octal | 114 | 7 | 375 | 106 | 141 | 0 | 1 | 401 | 142 | 63 |
| Binary | 1001100 | 111 | 11111101 | 1000110 | 1100001 | 0 | 1 | 100000001 | 1100010 | 110011 |
Color Harmonies of #4C07FD
Complementary color
Monochromatic Colors of #4C07FD
Black with #4C07FD
Text Example
Text Example
White with #4C07FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C07FD; }
p { color: rgb(76,7,253); }
H1.HeaderClassName
{
color: #4C07FD;
}
.AnyTagClassName
{
color: #4C07FD;
}
</style>
background-color css
<style>
a { background-color: #4C07FD; }
a { background-color: rgb(76,7,253); }
div.DivClassName
{
background-color: #4C07FD;
}
.BgClassName
{
background-color: #4C07FD;
}
</style>
border-color css
<style>
span { border-color: #4C07FD; }
span { border-color: rgb(76,7,253); }
td.TdClassName
{
border-color: #4C07FD;
}
.TagClassName
{
border-color: #4C07FD;
}
</style>