Shades of Purple Heart #3C0EB7
Tints of Purple Heart #3C0EB7
RGB
CMYK
RGB Variations
Color information
#3C0EB7 (or 0x3C0EB7) is known color: Purple Heart. HEX triplet: 3C, 0E and B7. RGB value is (60,14,183). Sum of RGB (Red+Green+Blue) = 60+14+183=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 183 (71.88% from 255 or 71.21% from 257); Max value from RGB is 183 - color contains mainly: blue. Hex color #3C0EB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0EB7 is #C3F148. Grayscale: #2E2E2E. Windows color (decimal): -12841289 or 11996732. OLE color: 11996732.
HSL color Cylindrical-coordinate representation of color #3C0EB7: hue angle of 256.33º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0EB7 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 14 | 183 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.28 |
| HSL | 256.33º | 0.86% | 0.39% | - |
| HSV(B) | 256.33º | 0.92% | 0.72% | - |
| XYZ | 10.57 | 4.69 | 45.15 | - |
| YUV | 47.02 | 204.74 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 183 | 0.67 | 0.92 | 0 | 0.28 | 256.33 | 0.86 | 0.39 |
| Hex | 3C | E | B7 | 43 | 5C | 0 | 1C | 100 | 56 | 27 |
| Octal | 74 | 16 | 267 | 103 | 134 | 0 | 34 | 400 | 126 | 47 |
| Binary | 111100 | 1110 | 10110111 | 1000011 | 1011100 | 0 | 11100 | 100000000 | 1010110 | 100111 |
Color Harmonies of #3C0EB7
Complementary color
Monochromatic Colors of #3C0EB7
Black with #3C0EB7
Text Example
Text Example
White with #3C0EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0EB7; }
p { color: rgb(60,14,183); }
H1.HeaderClassName
{
color: #3C0EB7;
}
.AnyTagClassName
{
color: #3C0EB7;
}
</style>
background-color css
<style>
a { background-color: #3C0EB7; }
a { background-color: rgb(60,14,183); }
div.DivClassName
{
background-color: #3C0EB7;
}
.BgClassName
{
background-color: #3C0EB7;
}
</style>
border-color css
<style>
span { border-color: #3C0EB7; }
span { border-color: rgb(60,14,183); }
td.TdClassName
{
border-color: #3C0EB7;
}
.TagClassName
{
border-color: #3C0EB7;
}
</style>