Shades of Han Purple #4C02D0
Tints of Han Purple #4C02D0
RGB
CMYK
RGB Variations
Color information
#4C02D0 (or 0x4C02D0) is known color: Han Purple. HEX triplet: 4C, 02 and D0. RGB value is (76,2,208). Sum of RGB (Red+Green+Blue) = 76+2+208=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 208 (81.64% from 255 or 72.73% from 286); Max value from RGB is 208 - color contains mainly: blue. Hex color #4C02D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C02D0 is #B3FD2F. Grayscale: #2E2E2E. Windows color (decimal): -11795760 or 13632076. OLE color: 13632076.
HSL color Cylindrical-coordinate representation of color #4C02D0: hue angle of 261.55º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C02D0 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 2 | 208 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.18 |
| HSL | 261.55º | 0.98% | 0.41% | - |
| HSV(B) | 261.55º | 0.99% | 0.82% | - |
| XYZ | 14.39 | 6.13 | 60.1 | - |
| YUV | 47.61 | 218.52 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 208 | 0.63 | 0.99 | 0 | 0.18 | 261.55 | 0.98 | 0.41 |
| Hex | 4C | 2 | D0 | 3F | 63 | 0 | 12 | 106 | 62 | 29 |
| Octal | 114 | 2 | 320 | 77 | 143 | 0 | 22 | 406 | 142 | 51 |
| Binary | 1001100 | 10 | 11010000 | 111111 | 1100011 | 0 | 10010 | 100000110 | 1100010 | 101001 |
Color Harmonies of #4C02D0
Complementary color
Monochromatic Colors of #4C02D0
Black with #4C02D0
Text Example
Text Example
White with #4C02D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C02D0; }
p { color: rgb(76,2,208); }
H1.HeaderClassName
{
color: #4C02D0;
}
.AnyTagClassName
{
color: #4C02D0;
}
</style>
background-color css
<style>
a { background-color: #4C02D0; }
a { background-color: rgb(76,2,208); }
div.DivClassName
{
background-color: #4C02D0;
}
.BgClassName
{
background-color: #4C02D0;
}
</style>
border-color css
<style>
span { border-color: #4C02D0; }
span { border-color: rgb(76,2,208); }
td.TdClassName
{
border-color: #4C02D0;
}
.TagClassName
{
border-color: #4C02D0;
}
</style>