Shades of Han Purple #4C10FD
Tints of Han Purple #4C10FD
RGB
CMYK
RGB Variations
Color information
#4C10FD (or 0x4C10FD) is known color: Han Purple. HEX triplet: 4C, 10 and FD. RGB value is (76,16,253). Sum of RGB (Red+Green+Blue) = 76+16+253=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #4C10FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4C10FD is #B3EF02. Grayscale: #3C3C3C. Windows color (decimal): -11792131 or 16584780. OLE color: 16584780.
HSL color Cylindrical-coordinate representation of color #4C10FD: hue angle of 255.19º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C10FD is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 16 | 253 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.01 |
| HSL | 255.19º | 0.98% | 0.53% | - |
| HSV(B) | 255.19º | 0.94% | 0.99% | - |
| XYZ | 20.9 | 9 | 93.56 | - |
| YUV | 60.96 | 236.38 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 253 | 0.70 | 0.94 | 0 | 0.01 | 255.19 | 0.98 | 0.53 |
| Hex | 4C | 10 | FD | 46 | 5E | 0 | 1 | FF | 62 | 35 |
| Octal | 114 | 20 | 375 | 106 | 136 | 0 | 1 | 377 | 142 | 65 |
| Binary | 1001100 | 10000 | 11111101 | 1000110 | 1011110 | 0 | 1 | 11111111 | 1100010 | 110101 |
Color Harmonies of #4C10FD
Complementary color
Monochromatic Colors of #4C10FD
Black with #4C10FD
Text Example
Text Example
White with #4C10FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C10FD; }
p { color: rgb(76,16,253); }
H1.HeaderClassName
{
color: #4C10FD;
}
.AnyTagClassName
{
color: #4C10FD;
}
</style>
background-color css
<style>
a { background-color: #4C10FD; }
a { background-color: rgb(76,16,253); }
div.DivClassName
{
background-color: #4C10FD;
}
.BgClassName
{
background-color: #4C10FD;
}
</style>
border-color css
<style>
span { border-color: #4C10FD; }
span { border-color: rgb(76,16,253); }
td.TdClassName
{
border-color: #4C10FD;
}
.TagClassName
{
border-color: #4C10FD;
}
</style>