Shades of Purple Heart #3C1ECF
Tints of Purple Heart #3C1ECF
RGB
CMYK
RGB Variations
Color information
#3C1ECF (or 0x3C1ECF) is known color: Purple Heart. HEX triplet: 3C, 1E and CF. RGB value is (60,30,207). Sum of RGB (Red+Green+Blue) = 60+30+207=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 207 (81.25% from 255 or 69.70% from 297); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C1ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C1ECF is #C3E130. Grayscale: #3A3A3A. Windows color (decimal): -12837169 or 13573692. OLE color: 13573692.
HSL color Cylindrical-coordinate representation of color #3C1ECF: hue angle of 250.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C1ECF is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 30 | 207 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.19 |
| HSL | 250.17º | 0.75% | 0.46% | - |
| HSV(B) | 250.17º | 0.86% | 0.81% | - |
| XYZ | 13.59 | 6.39 | 59.55 | - |
| YUV | 59.15 | 211.44 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 30 | 207 | 0.71 | 0.86 | 0 | 0.19 | 250.17 | 0.75 | 0.46 |
| Hex | 3C | 1E | CF | 47 | 56 | 0 | 13 | FA | 4B | 2E |
| Octal | 74 | 36 | 317 | 107 | 126 | 0 | 23 | 372 | 113 | 56 |
| Binary | 111100 | 11110 | 11001111 | 1000111 | 1010110 | 0 | 10011 | 11111010 | 1001011 | 101110 |
Color Harmonies of #3C1ECF
Complementary color
Monochromatic Colors of #3C1ECF
Black with #3C1ECF
Text Example
Text Example
White with #3C1ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1ECF; }
p { color: rgb(60,30,207); }
H1.HeaderClassName
{
color: #3C1ECF;
}
.AnyTagClassName
{
color: #3C1ECF;
}
</style>
background-color css
<style>
a { background-color: #3C1ECF; }
a { background-color: rgb(60,30,207); }
div.DivClassName
{
background-color: #3C1ECF;
}
.BgClassName
{
background-color: #3C1ECF;
}
</style>
border-color css
<style>
span { border-color: #3C1ECF; }
span { border-color: rgb(60,30,207); }
td.TdClassName
{
border-color: #3C1ECF;
}
.TagClassName
{
border-color: #3C1ECF;
}
</style>