Shades of Han Purple #4C10DD
Tints of Han Purple #4C10DD
RGB
CMYK
RGB Variations
Color information
#4C10DD (or 0x4C10DD) is known color: Han Purple. HEX triplet: 4C, 10 and DD. RGB value is (76,16,221). Sum of RGB (Red+Green+Blue) = 76+16+221=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C10DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C10DD is #B3EF22. Grayscale: #383838. Windows color (decimal): -11792163 or 14487628. OLE color: 14487628.
HSL color Cylindrical-coordinate representation of color #4C10DD: hue angle of 257.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C10DD is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 16 | 221 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.13 |
| HSL | 257.56º | 0.86% | 0.46% | - |
| HSV(B) | 257.56º | 0.93% | 0.87% | - |
| XYZ | 16.22 | 7.13 | 68.93 | - |
| YUV | 57.31 | 220.38 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 221 | 0.66 | 0.93 | 0 | 0.13 | 257.56 | 0.86 | 0.46 |
| Hex | 4C | 10 | DD | 42 | 5D | 0 | D | 102 | 56 | 2E |
| Octal | 114 | 20 | 335 | 102 | 135 | 0 | 15 | 402 | 126 | 56 |
| Binary | 1001100 | 10000 | 11011101 | 1000010 | 1011101 | 0 | 1101 | 100000010 | 1010110 | 101110 |
Color Harmonies of #4C10DD
Complementary color
Monochromatic Colors of #4C10DD
Black with #4C10DD
Text Example
Text Example
White with #4C10DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C10DD; }
p { color: rgb(76,16,221); }
H1.HeaderClassName
{
color: #4C10DD;
}
.AnyTagClassName
{
color: #4C10DD;
}
</style>
background-color css
<style>
a { background-color: #4C10DD; }
a { background-color: rgb(76,16,221); }
div.DivClassName
{
background-color: #4C10DD;
}
.BgClassName
{
background-color: #4C10DD;
}
</style>
border-color css
<style>
span { border-color: #4C10DD; }
span { border-color: rgb(76,16,221); }
td.TdClassName
{
border-color: #4C10DD;
}
.TagClassName
{
border-color: #4C10DD;
}
</style>