Shades of Purple Heart #401ECD
Tints of Purple Heart #401ECD
RGB
CMYK
RGB Variations
Color information
#401ECD (or 0x401ECD) is known color: Purple Heart. HEX triplet: 40, 1E and CD. RGB value is (64,30,205). Sum of RGB (Red+Green+Blue) = 64+30+205=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #401ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401ECD is #BFE132. Grayscale: #3B3B3B. Windows color (decimal): -12575027 or 13442624. OLE color: 13442624.
HSL color Cylindrical-coordinate representation of color #401ECD: hue angle of 251.66º 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 #401ECD is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 30 | 205 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.20 |
| HSL | 251.66º | 0.74% | 0.46% | - |
| HSV(B) | 251.66º | 0.85% | 0.8% | - |
| XYZ | 13.6 | 6.43 | 58.28 | - |
| YUV | 60.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 205 | 0.69 | 0.85 | 0 | 0.20 | 251.66 | 0.74 | 0.46 |
| Hex | 40 | 1E | CD | 45 | 55 | 0 | 14 | FC | 4A | 2E |
| Octal | 100 | 36 | 315 | 105 | 125 | 0 | 24 | 374 | 112 | 56 |
| Binary | 1000000 | 11110 | 11001101 | 1000101 | 1010101 | 0 | 10100 | 11111100 | 1001010 | 101110 |
Color Harmonies of #401ECD
Complementary color
Monochromatic Colors of #401ECD
Black with #401ECD
Text Example
Text Example
White with #401ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401ECD; }
p { color: rgb(64,30,205); }
H1.HeaderClassName
{
color: #401ECD;
}
.AnyTagClassName
{
color: #401ECD;
}
</style>
background-color css
<style>
a { background-color: #401ECD; }
a { background-color: rgb(64,30,205); }
div.DivClassName
{
background-color: #401ECD;
}
.BgClassName
{
background-color: #401ECD;
}
</style>
border-color css
<style>
span { border-color: #401ECD; }
span { border-color: rgb(64,30,205); }
td.TdClassName
{
border-color: #401ECD;
}
.TagClassName
{
border-color: #401ECD;
}
</style>