Shades of Purple Heart #401ECE
Tints of Purple Heart #401ECE
RGB
CMYK
RGB Variations
Color information
#401ECE (or 0x401ECE) is known color: Purple Heart. HEX triplet: 40, 1E and CE. RGB value is (64,30,206). Sum of RGB (Red+Green+Blue) = 64+30+206=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #401ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401ECE is #BFE131. Grayscale: #3B3B3B. Windows color (decimal): -12575026 or 13508160. OLE color: 13508160.
HSL color Cylindrical-coordinate representation of color #401ECE: hue angle of 251.59º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401ECE is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 30 | 206 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.19 |
| HSL | 251.59º | 0.75% | 0.46% | - |
| HSV(B) | 251.59º | 0.85% | 0.81% | - |
| XYZ | 13.72 | 6.47 | 58.92 | - |
| YUV | 60.23 | 210.26 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 206 | 0.69 | 0.85 | 0 | 0.19 | 251.59 | 0.75 | 0.46 |
| Hex | 40 | 1E | CE | 45 | 55 | 0 | 13 | FC | 4B | 2E |
| Octal | 100 | 36 | 316 | 105 | 125 | 0 | 23 | 374 | 113 | 56 |
| Binary | 1000000 | 11110 | 11001110 | 1000101 | 1010101 | 0 | 10011 | 11111100 | 1001011 | 101110 |
Color Harmonies of #401ECE
Complementary color
Monochromatic Colors of #401ECE
Black with #401ECE
Text Example
Text Example
White with #401ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401ECE; }
p { color: rgb(64,30,206); }
H1.HeaderClassName
{
color: #401ECE;
}
.AnyTagClassName
{
color: #401ECE;
}
</style>
background-color css
<style>
a { background-color: #401ECE; }
a { background-color: rgb(64,30,206); }
div.DivClassName
{
background-color: #401ECE;
}
.BgClassName
{
background-color: #401ECE;
}
</style>
border-color css
<style>
span { border-color: #401ECE; }
span { border-color: rgb(64,30,206); }
td.TdClassName
{
border-color: #401ECE;
}
.TagClassName
{
border-color: #401ECE;
}
</style>