Shades of Purple Heart #400EBA
Tints of Purple Heart #400EBA
RGB
CMYK
RGB Variations
Color information
#400EBA (or 0x400EBA) is known color: Purple Heart. HEX triplet: 40, 0E and BA. RGB value is (64,14,186). Sum of RGB (Red+Green+Blue) = 64+14+186=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #400EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400EBA is #BFF145. Grayscale: #2F2F2F. Windows color (decimal): -12579142 or 12193344. OLE color: 12193344.
HSL color Cylindrical-coordinate representation of color #400EBA: hue angle of 257.44º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400EBA is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 14 | 186 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.27 |
| HSL | 257.44º | 0.86% | 0.39% | - |
| HSV(B) | 257.44º | 0.92% | 0.73% | - |
| XYZ | 11.13 | 4.95 | 46.82 | - |
| YUV | 48.56 | 205.57 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 186 | 0.66 | 0.92 | 0 | 0.27 | 257.44 | 0.86 | 0.39 |
| Hex | 40 | E | BA | 42 | 5C | 0 | 1B | 101 | 56 | 27 |
| Octal | 100 | 16 | 272 | 102 | 134 | 0 | 33 | 401 | 126 | 47 |
| Binary | 1000000 | 1110 | 10111010 | 1000010 | 1011100 | 0 | 11011 | 100000001 | 1010110 | 100111 |
Color Harmonies of #400EBA
Complementary color
Monochromatic Colors of #400EBA
Black with #400EBA
Text Example
Text Example
White with #400EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EBA; }
p { color: rgb(64,14,186); }
H1.HeaderClassName
{
color: #400EBA;
}
.AnyTagClassName
{
color: #400EBA;
}
</style>
background-color css
<style>
a { background-color: #400EBA; }
a { background-color: rgb(64,14,186); }
div.DivClassName
{
background-color: #400EBA;
}
.BgClassName
{
background-color: #400EBA;
}
</style>
border-color css
<style>
span { border-color: #400EBA; }
span { border-color: rgb(64,14,186); }
td.TdClassName
{
border-color: #400EBA;
}
.TagClassName
{
border-color: #400EBA;
}
</style>