Shades of Purple Heart #3C1ECE
Tints of Purple Heart #3C1ECE
RGB
CMYK
RGB Variations
Color information
#3C1ECE (or 0x3C1ECE) is known color: Purple Heart. HEX triplet: 3C, 1E and CE. RGB value is (60,30,206). Sum of RGB (Red+Green+Blue) = 60+30+206=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C1ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1ECE is #C3E131. Grayscale: #3A3A3A. Windows color (decimal): -12837170 or 13508156. OLE color: 13508156.
HSL color Cylindrical-coordinate representation of color #3C1ECE: hue angle of 250.23º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C1ECE is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 30 | 206 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.19 |
| HSL | 250.23º | 0.75% | 0.46% | - |
| HSV(B) | 250.23º | 0.85% | 0.81% | - |
| XYZ | 13.47 | 6.35 | 58.91 | - |
| YUV | 59.03 | 210.94 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 30 | 206 | 0.71 | 0.85 | 0 | 0.19 | 250.23 | 0.75 | 0.46 |
| Hex | 3C | 1E | CE | 47 | 55 | 0 | 13 | FA | 4B | 2E |
| Octal | 74 | 36 | 316 | 107 | 125 | 0 | 23 | 372 | 113 | 56 |
| Binary | 111100 | 11110 | 11001110 | 1000111 | 1010101 | 0 | 10011 | 11111010 | 1001011 | 101110 |
Color Harmonies of #3C1ECE
Complementary color
Monochromatic Colors of #3C1ECE
Black with #3C1ECE
Text Example
Text Example
White with #3C1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1ECE; }
p { color: rgb(60,30,206); }
H1.HeaderClassName
{
color: #3C1ECE;
}
.AnyTagClassName
{
color: #3C1ECE;
}
</style>
background-color css
<style>
a { background-color: #3C1ECE; }
a { background-color: rgb(60,30,206); }
div.DivClassName
{
background-color: #3C1ECE;
}
.BgClassName
{
background-color: #3C1ECE;
}
</style>
border-color css
<style>
span { border-color: #3C1ECE; }
span { border-color: rgb(60,30,206); }
td.TdClassName
{
border-color: #3C1ECE;
}
.TagClassName
{
border-color: #3C1ECE;
}
</style>