Shades of Han Purple #3C0CED
Tints of Han Purple #3C0CED
RGB
CMYK
RGB Variations
Color information
#3C0CED (or 0x3C0CED) is known color: Han Purple. HEX triplet: 3C, 0C and ED. RGB value is (60,12,237). Sum of RGB (Red+Green+Blue) = 60+12+237=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 237 (92.97% from 255 or 76.70% from 309); Max value from RGB is 237 - color contains mainly: blue. Hex color #3C0CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0CED is #C3F312. Grayscale: #333333. Windows color (decimal): -12841747 or 15535164. OLE color: 15535164.
HSL color Cylindrical-coordinate representation of color #3C0CED: hue angle of 252.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0CED is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 12 | 237 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.07 |
| HSL | 252.8º | 0.9% | 0.49% | - |
| HSV(B) | 252.8º | 0.95% | 0.93% | - |
| XYZ | 17.28 | 7.34 | 80.63 | - |
| YUV | 52 | 232.4 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 12 | 237 | 0.75 | 0.95 | 0 | 0.07 | 252.8 | 0.9 | 0.49 |
| Hex | 3C | C | ED | 4B | 5F | 0 | 7 | FD | 5A | 31 |
| Octal | 74 | 14 | 355 | 113 | 137 | 0 | 7 | 375 | 132 | 61 |
| Binary | 111100 | 1100 | 11101101 | 1001011 | 1011111 | 0 | 111 | 11111101 | 1011010 | 110001 |
Color Harmonies of #3C0CED
Complementary color
Monochromatic Colors of #3C0CED
Black with #3C0CED
Text Example
Text Example
White with #3C0CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0CED; }
p { color: rgb(60,12,237); }
H1.HeaderClassName
{
color: #3C0CED;
}
.AnyTagClassName
{
color: #3C0CED;
}
</style>
background-color css
<style>
a { background-color: #3C0CED; }
a { background-color: rgb(60,12,237); }
div.DivClassName
{
background-color: #3C0CED;
}
.BgClassName
{
background-color: #3C0CED;
}
</style>
border-color css
<style>
span { border-color: #3C0CED; }
span { border-color: rgb(60,12,237); }
td.TdClassName
{
border-color: #3C0CED;
}
.TagClassName
{
border-color: #3C0CED;
}
</style>