Shades of Purple Heart #3E1ECD
Tints of Purple Heart #3E1ECD
RGB
CMYK
RGB Variations
Color information
#3E1ECD (or 0x3E1ECD) is known color: Purple Heart. HEX triplet: 3E, 1E and CD. RGB value is (62,30,205). Sum of RGB (Red+Green+Blue) = 62+30+205=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E1ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1ECD is #C1E132. Grayscale: #3A3A3A. Windows color (decimal): -12706099 or 13442622. OLE color: 13442622.
HSL color Cylindrical-coordinate representation of color #3E1ECD: hue angle of 250.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1ECD is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 30 | 205 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.20 |
| HSL | 250.97º | 0.74% | 0.46% | - |
| HSV(B) | 250.97º | 0.85% | 0.8% | - |
| XYZ | 13.47 | 6.36 | 58.28 | - |
| YUV | 59.52 | 210.1 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 205 | 0.70 | 0.85 | 0 | 0.20 | 250.97 | 0.74 | 0.46 |
| Hex | 3E | 1E | CD | 46 | 55 | 0 | 14 | FB | 4A | 2E |
| Octal | 76 | 36 | 315 | 106 | 125 | 0 | 24 | 373 | 112 | 56 |
| Binary | 111110 | 11110 | 11001101 | 1000110 | 1010101 | 0 | 10100 | 11111011 | 1001010 | 101110 |
Color Harmonies of #3E1ECD
Complementary color
Monochromatic Colors of #3E1ECD
Black with #3E1ECD
Text Example
Text Example
White with #3E1ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1ECD; }
p { color: rgb(62,30,205); }
H1.HeaderClassName
{
color: #3E1ECD;
}
.AnyTagClassName
{
color: #3E1ECD;
}
</style>
background-color css
<style>
a { background-color: #3E1ECD; }
a { background-color: rgb(62,30,205); }
div.DivClassName
{
background-color: #3E1ECD;
}
.BgClassName
{
background-color: #3E1ECD;
}
</style>
border-color css
<style>
span { border-color: #3E1ECD; }
span { border-color: rgb(62,30,205); }
td.TdClassName
{
border-color: #3E1ECD;
}
.TagClassName
{
border-color: #3E1ECD;
}
</style>