Shades of Purple Heart #3C0EBC
Tints of Purple Heart #3C0EBC
RGB
CMYK
RGB Variations
Color information
#3C0EBC (or 0x3C0EBC) is known color: Purple Heart. HEX triplet: 3C, 0E and BC. RGB value is (60,14,188). Sum of RGB (Red+Green+Blue) = 60+14+188=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 188 (73.83% from 255 or 71.76% from 262); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C0EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0EBC is #C3F143. Grayscale: #2E2E2E. Windows color (decimal): -12841284 or 12324412. OLE color: 12324412.
HSL color Cylindrical-coordinate representation of color #3C0EBC: hue angle of 255.86º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0EBC is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 14 | 188 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.26 |
| HSL | 255.86º | 0.86% | 0.4% | - |
| HSV(B) | 255.86º | 0.93% | 0.74% | - |
| XYZ | 11.1 | 4.91 | 47.94 | - |
| YUV | 47.59 | 207.24 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 188 | 0.68 | 0.93 | 0 | 0.26 | 255.86 | 0.86 | 0.4 |
| Hex | 3C | E | BC | 44 | 5D | 0 | 1A | 100 | 56 | 28 |
| Octal | 74 | 16 | 274 | 104 | 135 | 0 | 32 | 400 | 126 | 50 |
| Binary | 111100 | 1110 | 10111100 | 1000100 | 1011101 | 0 | 11010 | 100000000 | 1010110 | 101000 |
Color Harmonies of #3C0EBC
Complementary color
Monochromatic Colors of #3C0EBC
Black with #3C0EBC
Text Example
Text Example
White with #3C0EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0EBC; }
p { color: rgb(60,14,188); }
H1.HeaderClassName
{
color: #3C0EBC;
}
.AnyTagClassName
{
color: #3C0EBC;
}
</style>
background-color css
<style>
a { background-color: #3C0EBC; }
a { background-color: rgb(60,14,188); }
div.DivClassName
{
background-color: #3C0EBC;
}
.BgClassName
{
background-color: #3C0EBC;
}
</style>
border-color css
<style>
span { border-color: #3C0EBC; }
span { border-color: rgb(60,14,188); }
td.TdClassName
{
border-color: #3C0EBC;
}
.TagClassName
{
border-color: #3C0EBC;
}
</style>