Shades of Purple Heart #3C0EBB
Tints of Purple Heart #3C0EBB
RGB
CMYK
RGB Variations
Color information
#3C0EBB (or 0x3C0EBB) is known color: Purple Heart. HEX triplet: 3C, 0E and BB. RGB value is (60,14,187). Sum of RGB (Red+Green+Blue) = 60+14+187=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 187 (73.44% from 255 or 71.65% from 261); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C0EBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0EBB is #C3F144. Grayscale: #2E2E2E. Windows color (decimal): -12841285 or 12258876. OLE color: 12258876.
HSL color Cylindrical-coordinate representation of color #3C0EBB: hue angle of 255.95º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C0EBB is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 14 | 187 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.27 |
| HSL | 255.95º | 0.86% | 0.39% | - |
| HSV(B) | 255.95º | 0.93% | 0.73% | - |
| XYZ | 10.99 | 4.86 | 47.37 | - |
| YUV | 47.48 | 206.74 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 187 | 0.68 | 0.93 | 0 | 0.27 | 255.95 | 0.86 | 0.39 |
| Hex | 3C | E | BB | 44 | 5D | 0 | 1B | 100 | 56 | 27 |
| Octal | 74 | 16 | 273 | 104 | 135 | 0 | 33 | 400 | 126 | 47 |
| Binary | 111100 | 1110 | 10111011 | 1000100 | 1011101 | 0 | 11011 | 100000000 | 1010110 | 100111 |
Color Harmonies of #3C0EBB
Complementary color
Monochromatic Colors of #3C0EBB
Black with #3C0EBB
Text Example
Text Example
White with #3C0EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0EBB; }
p { color: rgb(60,14,187); }
H1.HeaderClassName
{
color: #3C0EBB;
}
.AnyTagClassName
{
color: #3C0EBB;
}
</style>
background-color css
<style>
a { background-color: #3C0EBB; }
a { background-color: rgb(60,14,187); }
div.DivClassName
{
background-color: #3C0EBB;
}
.BgClassName
{
background-color: #3C0EBB;
}
</style>
border-color css
<style>
span { border-color: #3C0EBB; }
span { border-color: rgb(60,14,187); }
td.TdClassName
{
border-color: #3C0EBB;
}
.TagClassName
{
border-color: #3C0EBB;
}
</style>