Shades of Purple Heart #3A1ECD
Tints of Purple Heart #3A1ECD
RGB
CMYK
RGB Variations
Color information
#3A1ECD (or 0x3A1ECD) is known color: Purple Heart. HEX triplet: 3A, 1E and CD. RGB value is (58,30,205). Sum of RGB (Red+Green+Blue) = 58+30+205=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 205 (80.47% from 255 or 69.97% from 293); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A1ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1ECD is #C5E132. Grayscale: #393939. Windows color (decimal): -12968243 or 13442618. OLE color: 13442618.
HSL color Cylindrical-coordinate representation of color #3A1ECD: hue angle of 249.6º 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 #3A1ECD is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 30 | 205 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.20 |
| HSL | 249.6º | 0.74% | 0.46% | - |
| HSV(B) | 249.6º | 0.85% | 0.8% | - |
| XYZ | 13.23 | 6.24 | 58.26 | - |
| YUV | 58.32 | 210.78 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 205 | 0.72 | 0.85 | 0 | 0.20 | 249.6 | 0.74 | 0.46 |
| Hex | 3A | 1E | CD | 48 | 55 | 0 | 14 | FA | 4A | 2E |
| Octal | 72 | 36 | 315 | 110 | 125 | 0 | 24 | 372 | 112 | 56 |
| Binary | 111010 | 11110 | 11001101 | 1001000 | 1010101 | 0 | 10100 | 11111010 | 1001010 | 101110 |
Color Harmonies of #3A1ECD
Complementary color
Monochromatic Colors of #3A1ECD
Black with #3A1ECD
Text Example
Text Example
White with #3A1ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1ECD; }
p { color: rgb(58,30,205); }
H1.HeaderClassName
{
color: #3A1ECD;
}
.AnyTagClassName
{
color: #3A1ECD;
}
</style>
background-color css
<style>
a { background-color: #3A1ECD; }
a { background-color: rgb(58,30,205); }
div.DivClassName
{
background-color: #3A1ECD;
}
.BgClassName
{
background-color: #3A1ECD;
}
</style>
border-color css
<style>
span { border-color: #3A1ECD; }
span { border-color: rgb(58,30,205); }
td.TdClassName
{
border-color: #3A1ECD;
}
.TagClassName
{
border-color: #3A1ECD;
}
</style>