Shades of Purple Heart #400EBC
Tints of Purple Heart #400EBC
RGB
CMYK
RGB Variations
Color information
#400EBC (or 0x400EBC) is known color: Purple Heart. HEX triplet: 40, 0E and BC. RGB value is (64,14,188). Sum of RGB (Red+Green+Blue) = 64+14+188=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #400EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400EBC is #BFF143. Grayscale: #303030. Windows color (decimal): -12579140 or 12324416. OLE color: 12324416.
HSL color Cylindrical-coordinate representation of color #400EBC: hue angle of 257.24º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400EBC is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 14 | 188 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.26 |
| HSL | 257.24º | 0.86% | 0.4% | - |
| HSV(B) | 257.24º | 0.93% | 0.74% | - |
| XYZ | 11.35 | 5.03 | 47.95 | - |
| YUV | 48.79 | 206.57 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 188 | 0.66 | 0.93 | 0 | 0.26 | 257.24 | 0.86 | 0.4 |
| Hex | 40 | E | BC | 42 | 5D | 0 | 1A | 101 | 56 | 28 |
| Octal | 100 | 16 | 274 | 102 | 135 | 0 | 32 | 401 | 126 | 50 |
| Binary | 1000000 | 1110 | 10111100 | 1000010 | 1011101 | 0 | 11010 | 100000001 | 1010110 | 101000 |
Color Harmonies of #400EBC
Complementary color
Monochromatic Colors of #400EBC
Black with #400EBC
Text Example
Text Example
White with #400EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EBC; }
p { color: rgb(64,14,188); }
H1.HeaderClassName
{
color: #400EBC;
}
.AnyTagClassName
{
color: #400EBC;
}
</style>
background-color css
<style>
a { background-color: #400EBC; }
a { background-color: rgb(64,14,188); }
div.DivClassName
{
background-color: #400EBC;
}
.BgClassName
{
background-color: #400EBC;
}
</style>
border-color css
<style>
span { border-color: #400EBC; }
span { border-color: rgb(64,14,188); }
td.TdClassName
{
border-color: #400EBC;
}
.TagClassName
{
border-color: #400EBC;
}
</style>