Shades of Purple Heart #400ECA
Tints of Purple Heart #400ECA
RGB
CMYK
RGB Variations
Color information
#400ECA (or 0x400ECA) is known color: Purple Heart. HEX triplet: 40, 0E and CA. RGB value is (64,14,202). Sum of RGB (Red+Green+Blue) = 64+14+202=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #400ECA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400ECA is #BFF135. Grayscale: #313131. Windows color (decimal): -12579126 or 13241920. OLE color: 13241920.
HSL color Cylindrical-coordinate representation of color #400ECA: hue angle of 255.96º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400ECA is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 14 | 202 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.21 |
| HSL | 255.96º | 0.87% | 0.42% | - |
| HSV(B) | 255.96º | 0.93% | 0.79% | - |
| XYZ | 12.93 | 5.67 | 56.29 | - |
| YUV | 50.38 | 213.57 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 202 | 0.68 | 0.93 | 0 | 0.21 | 255.96 | 0.87 | 0.42 |
| Hex | 40 | E | CA | 44 | 5D | 0 | 15 | 100 | 57 | 2A |
| Octal | 100 | 16 | 312 | 104 | 135 | 0 | 25 | 400 | 127 | 52 |
| Binary | 1000000 | 1110 | 11001010 | 1000100 | 1011101 | 0 | 10101 | 100000000 | 1010111 | 101010 |
Color Harmonies of #400ECA
Complementary color
Monochromatic Colors of #400ECA
Black with #400ECA
Text Example
Text Example
White with #400ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400ECA; }
p { color: rgb(64,14,202); }
H1.HeaderClassName
{
color: #400ECA;
}
.AnyTagClassName
{
color: #400ECA;
}
</style>
background-color css
<style>
a { background-color: #400ECA; }
a { background-color: rgb(64,14,202); }
div.DivClassName
{
background-color: #400ECA;
}
.BgClassName
{
background-color: #400ECA;
}
</style>
border-color css
<style>
span { border-color: #400ECA; }
span { border-color: rgb(64,14,202); }
td.TdClassName
{
border-color: #400ECA;
}
.TagClassName
{
border-color: #400ECA;
}
</style>