Shades of Han Purple #4C10FF
Tints of Han Purple #4C10FF
RGB
CMYK
RGB Variations
Color information
#4C10FF (or 0x4C10FF) is known color: Han Purple. HEX triplet: 4C, 10 and FF. RGB value is (76,16,255). Sum of RGB (Red+Green+Blue) = 76+16+255=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C10FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C10FF is #B3EF00. Grayscale: #3C3C3C. Windows color (decimal): -11792129 or 16715852. OLE color: 16715852.
HSL color Cylindrical-coordinate representation of color #4C10FF: hue angle of 255.06º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C10FF is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 16 | 255 | - |
| CMYK | 0.70 | 0.94 | 0 | 0 |
| HSL | 255.06º | 1% | 0.53% | - |
| HSV(B) | 255.06º | 0.94% | 1% | - |
| XYZ | 21.22 | 9.13 | 95.25 | - |
| YUV | 61.19 | 237.38 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 255 | 0.70 | 0.94 | 0 | 0 | 255.06 | 1 | 0.53 |
| Hex | 4C | 10 | FF | 46 | 5E | 0 | 0 | FF | 64 | 35 |
| Octal | 114 | 20 | 377 | 106 | 136 | 0 | 0 | 377 | 144 | 65 |
| Binary | 1001100 | 10000 | 11111111 | 1000110 | 1011110 | 0 | 0 | 11111111 | 1100100 | 110101 |
Color Harmonies of #4C10FF
Complementary color
Monochromatic Colors of #4C10FF
Black with #4C10FF
Text Example
Text Example
White with #4C10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C10FF; }
p { color: rgb(76,16,255); }
H1.HeaderClassName
{
color: #4C10FF;
}
.AnyTagClassName
{
color: #4C10FF;
}
</style>
background-color css
<style>
a { background-color: #4C10FF; }
a { background-color: rgb(76,16,255); }
div.DivClassName
{
background-color: #4C10FF;
}
.BgClassName
{
background-color: #4C10FF;
}
</style>
border-color css
<style>
span { border-color: #4C10FF; }
span { border-color: rgb(76,16,255); }
td.TdClassName
{
border-color: #4C10FF;
}
.TagClassName
{
border-color: #4C10FF;
}
</style>