Shades of Purple Heart #3D1ECD
Tints of Purple Heart #3D1ECD
RGB
CMYK
RGB Variations
Color information
#3D1ECD (or 0x3D1ECD) is known color: Purple Heart. HEX triplet: 3D, 1E and CD. RGB value is (61,30,205). Sum of RGB (Red+Green+Blue) = 61+30+205=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #3D1ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1ECD is #C2E132. Grayscale: #3A3A3A. Windows color (decimal): -12771635 or 13442621. OLE color: 13442621.
HSL color Cylindrical-coordinate representation of color #3D1ECD: hue angle of 250.63º 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 #3D1ECD is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 30 | 205 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.20 |
| HSL | 250.63º | 0.74% | 0.46% | - |
| HSV(B) | 250.63º | 0.85% | 0.8% | - |
| XYZ | 13.41 | 6.33 | 58.27 | - |
| YUV | 59.22 | 210.27 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 205 | 0.70 | 0.85 | 0 | 0.20 | 250.63 | 0.74 | 0.46 |
| Hex | 3D | 1E | CD | 46 | 55 | 0 | 14 | FB | 4A | 2E |
| Octal | 75 | 36 | 315 | 106 | 125 | 0 | 24 | 373 | 112 | 56 |
| Binary | 111101 | 11110 | 11001101 | 1000110 | 1010101 | 0 | 10100 | 11111011 | 1001010 | 101110 |
Color Harmonies of #3D1ECD
Complementary color
Monochromatic Colors of #3D1ECD
Black with #3D1ECD
Text Example
Text Example
White with #3D1ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1ECD; }
p { color: rgb(61,30,205); }
H1.HeaderClassName
{
color: #3D1ECD;
}
.AnyTagClassName
{
color: #3D1ECD;
}
</style>
background-color css
<style>
a { background-color: #3D1ECD; }
a { background-color: rgb(61,30,205); }
div.DivClassName
{
background-color: #3D1ECD;
}
.BgClassName
{
background-color: #3D1ECD;
}
</style>
border-color css
<style>
span { border-color: #3D1ECD; }
span { border-color: rgb(61,30,205); }
td.TdClassName
{
border-color: #3D1ECD;
}
.TagClassName
{
border-color: #3D1ECD;
}
</style>