Shades of Han Purple #3C0CD7
Tints of Han Purple #3C0CD7
RGB
CMYK
RGB Variations
Color information
#3C0CD7 (or 0x3C0CD7) is known color: Han Purple. HEX triplet: 3C, 0C and D7. RGB value is (60,12,215). Sum of RGB (Red+Green+Blue) = 60+12+215=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 215 (84.38% from 255 or 74.91% from 287); Max value from RGB is 215 - color contains mainly: blue. Hex color #3C0CD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0CD7 is #C3F328. Grayscale: #303030. Windows color (decimal): -12841769 or 14093372. OLE color: 14093372.
HSL color Cylindrical-coordinate representation of color #3C0CD7: hue angle of 254.19º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0CD7 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 12 | 215 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.16 |
| HSL | 254.19º | 0.89% | 0.45% | - |
| HSV(B) | 254.19º | 0.94% | 0.84% | - |
| XYZ | 14.26 | 6.13 | 64.72 | - |
| YUV | 49.49 | 221.4 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 215 | 0.72 | 0.94 | 0 | 0.16 | 254.19 | 0.89 | 0.45 |
| Hex | 3C | C | D7 | 48 | 5E | 0 | 10 | FE | 59 | 2D |
| Octal | 74 | 14 | 327 | 110 | 136 | 0 | 20 | 376 | 131 | 55 |
| Binary | 111100 | 1100 | 11010111 | 1001000 | 1011110 | 0 | 10000 | 11111110 | 1011001 | 101101 |
Color Harmonies of #3C0CD7
Complementary color
Monochromatic Colors of #3C0CD7
Black with #3C0CD7
Text Example
Text Example
White with #3C0CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0CD7; }
p { color: rgb(60,12,215); }
H1.HeaderClassName
{
color: #3C0CD7;
}
.AnyTagClassName
{
color: #3C0CD7;
}
</style>
background-color css
<style>
a { background-color: #3C0CD7; }
a { background-color: rgb(60,12,215); }
div.DivClassName
{
background-color: #3C0CD7;
}
.BgClassName
{
background-color: #3C0CD7;
}
</style>
border-color css
<style>
span { border-color: #3C0CD7; }
span { border-color: rgb(60,12,215); }
td.TdClassName
{
border-color: #3C0CD7;
}
.TagClassName
{
border-color: #3C0CD7;
}
</style>