Shades of Han Purple #3C0DE6
Tints of Han Purple #3C0DE6
RGB
CMYK
RGB Variations
Color information
#3C0DE6 (or 0x3C0DE6) is known color: Han Purple. HEX triplet: 3C, 0D and E6. RGB value is (60,13,230). Sum of RGB (Red+Green+Blue) = 60+13+230=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 230 (90.23% from 255 or 75.91% from 303); Max value from RGB is 230 - color contains mainly: blue. Hex color #3C0DE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0DE6 is #C3F219. Grayscale: #323232. Windows color (decimal): -12841498 or 15076668. OLE color: 15076668.
HSL color Cylindrical-coordinate representation of color #3C0DE6: hue angle of 253º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0DE6 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 13 | 230 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.10 |
| HSL | 253º | 0.89% | 0.48% | - |
| HSV(B) | 253º | 0.94% | 0.9% | - |
| XYZ | 16.29 | 6.96 | 75.35 | - |
| YUV | 51.79 | 228.57 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 230 | 0.74 | 0.94 | 0 | 0.10 | 253 | 0.89 | 0.48 |
| Hex | 3C | D | E6 | 4A | 5E | 0 | A | FD | 59 | 30 |
| Octal | 74 | 15 | 346 | 112 | 136 | 0 | 12 | 375 | 131 | 60 |
| Binary | 111100 | 1101 | 11100110 | 1001010 | 1011110 | 0 | 1010 | 11111101 | 1011001 | 110000 |
Color Harmonies of #3C0DE6
Complementary color
Monochromatic Colors of #3C0DE6
Black with #3C0DE6
Text Example
Text Example
White with #3C0DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0DE6; }
p { color: rgb(60,13,230); }
H1.HeaderClassName
{
color: #3C0DE6;
}
.AnyTagClassName
{
color: #3C0DE6;
}
</style>
background-color css
<style>
a { background-color: #3C0DE6; }
a { background-color: rgb(60,13,230); }
div.DivClassName
{
background-color: #3C0DE6;
}
.BgClassName
{
background-color: #3C0DE6;
}
</style>
border-color css
<style>
span { border-color: #3C0DE6; }
span { border-color: rgb(60,13,230); }
td.TdClassName
{
border-color: #3C0DE6;
}
.TagClassName
{
border-color: #3C0DE6;
}
</style>