Shades of Han Purple #3C0CD6
Tints of Han Purple #3C0CD6
RGB
CMYK
RGB Variations
Color information
#3C0CD6 (or 0x3C0CD6) is known color: Han Purple. HEX triplet: 3C, 0C and D6. RGB value is (60,12,214). Sum of RGB (Red+Green+Blue) = 60+12+214=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 214 (83.98% from 255 or 74.83% from 286); Max value from RGB is 214 - color contains mainly: blue. Hex color #3C0CD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0CD6 is #C3F329. Grayscale: #303030. Windows color (decimal): -12841770 or 14027836. OLE color: 14027836.
HSL color Cylindrical-coordinate representation of color #3C0CD6: hue angle of 254.26º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0CD6 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 12 | 214 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.16 |
| HSL | 254.26º | 0.89% | 0.44% | - |
| HSV(B) | 254.26º | 0.94% | 0.84% | - |
| XYZ | 14.13 | 6.08 | 64.05 | - |
| YUV | 49.38 | 220.9 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 214 | 0.72 | 0.94 | 0 | 0.16 | 254.26 | 0.89 | 0.44 |
| Hex | 3C | C | D6 | 48 | 5E | 0 | 10 | FE | 59 | 2C |
| Octal | 74 | 14 | 326 | 110 | 136 | 0 | 20 | 376 | 131 | 54 |
| Binary | 111100 | 1100 | 11010110 | 1001000 | 1011110 | 0 | 10000 | 11111110 | 1011001 | 101100 |
Color Harmonies of #3C0CD6
Complementary color
Monochromatic Colors of #3C0CD6
Black with #3C0CD6
Text Example
Text Example
White with #3C0CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0CD6; }
p { color: rgb(60,12,214); }
H1.HeaderClassName
{
color: #3C0CD6;
}
.AnyTagClassName
{
color: #3C0CD6;
}
</style>
background-color css
<style>
a { background-color: #3C0CD6; }
a { background-color: rgb(60,12,214); }
div.DivClassName
{
background-color: #3C0CD6;
}
.BgClassName
{
background-color: #3C0CD6;
}
</style>
border-color css
<style>
span { border-color: #3C0CD6; }
span { border-color: rgb(60,12,214); }
td.TdClassName
{
border-color: #3C0CD6;
}
.TagClassName
{
border-color: #3C0CD6;
}
</style>