Shades of Han Purple #4C05FB
Tints of Han Purple #4C05FB
RGB
CMYK
RGB Variations
Color information
#4C05FB (or 0x4C05FB) is known color: Han Purple. HEX triplet: 4C, 05 and FB. RGB value is (76,5,251). Sum of RGB (Red+Green+Blue) = 76+5+251=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #4C05FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C05FB is #B3FA04. Grayscale: #353535. Windows color (decimal): -11794949 or 16450892. OLE color: 16450892.
HSL color Cylindrical-coordinate representation of color #4C05FB: hue angle of 257.32º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C05FB is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 5 | 251 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.02 |
| HSL | 257.32º | 0.97% | 0.5% | - |
| HSV(B) | 257.32º | 0.98% | 0.98% | - |
| XYZ | 20.45 | 8.61 | 91.85 | - |
| YUV | 54.27 | 239.02 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 251 | 0.70 | 0.98 | 0 | 0.02 | 257.32 | 0.97 | 0.5 |
| Hex | 4C | 5 | FB | 46 | 62 | 0 | 2 | 101 | 61 | 32 |
| Octal | 114 | 5 | 373 | 106 | 142 | 0 | 2 | 401 | 141 | 62 |
| Binary | 1001100 | 101 | 11111011 | 1000110 | 1100010 | 0 | 10 | 100000001 | 1100001 | 110010 |
Color Harmonies of #4C05FB
Complementary color
Monochromatic Colors of #4C05FB
Black with #4C05FB
Text Example
Text Example
White with #4C05FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C05FB; }
p { color: rgb(76,5,251); }
H1.HeaderClassName
{
color: #4C05FB;
}
.AnyTagClassName
{
color: #4C05FB;
}
</style>
background-color css
<style>
a { background-color: #4C05FB; }
a { background-color: rgb(76,5,251); }
div.DivClassName
{
background-color: #4C05FB;
}
.BgClassName
{
background-color: #4C05FB;
}
</style>
border-color css
<style>
span { border-color: #4C05FB; }
span { border-color: rgb(76,5,251); }
td.TdClassName
{
border-color: #4C05FB;
}
.TagClassName
{
border-color: #4C05FB;
}
</style>