Shades of Han Purple #4C10DA
Tints of Han Purple #4C10DA
RGB
CMYK
RGB Variations
Color information
#4C10DA (or 0x4C10DA) is known color: Han Purple. HEX triplet: 4C, 10 and DA. RGB value is (76,16,218). Sum of RGB (Red+Green+Blue) = 76+16+218=310 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.52% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #4C10DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C10DA is #B3EF25. Grayscale: #383838. Windows color (decimal): -11792166 or 14291020. OLE color: 14291020.
HSL color Cylindrical-coordinate representation of color #4C10DA: hue angle of 257.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C10DA is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 76 | 16 | 218 | - |
| CMYK | 0.65 | 0.93 | 0 | 0.15 |
| HSL | 257.82º | 0.86% | 0.46% | - |
| HSV(B) | 257.82º | 0.93% | 0.85% | - |
| XYZ | 15.82 | 6.97 | 66.84 | - |
| YUV | 56.97 | 218.88 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 16 | 218 | 0.65 | 0.93 | 0 | 0.15 | 257.82 | 0.86 | 0.46 |
| Hex | 4C | 10 | DA | 41 | 5D | 0 | F | 102 | 56 | 2E |
| Octal | 114 | 20 | 332 | 101 | 135 | 0 | 17 | 402 | 126 | 56 |
| Binary | 1001100 | 10000 | 11011010 | 1000001 | 1011101 | 0 | 1111 | 100000010 | 1010110 | 101110 |
Color Harmonies of #4C10DA
Complementary color
Monochromatic Colors of #4C10DA
Black with #4C10DA
Text Example
Text Example
White with #4C10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C10DA; }
p { color: rgb(76,16,218); }
H1.HeaderClassName
{
color: #4C10DA;
}
.AnyTagClassName
{
color: #4C10DA;
}
</style>
background-color css
<style>
a { background-color: #4C10DA; }
a { background-color: rgb(76,16,218); }
div.DivClassName
{
background-color: #4C10DA;
}
.BgClassName
{
background-color: #4C10DA;
}
</style>
border-color css
<style>
span { border-color: #4C10DA; }
span { border-color: rgb(76,16,218); }
td.TdClassName
{
border-color: #4C10DA;
}
.TagClassName
{
border-color: #4C10DA;
}
</style>