Shades of Purple Heart #400EBF
Tints of Purple Heart #400EBF
RGB
CMYK
RGB Variations
Color information
#400EBF (or 0x400EBF) is known color: Purple Heart. HEX triplet: 40, 0E and BF. RGB value is (64,14,191). Sum of RGB (Red+Green+Blue) = 64+14+191=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #400EBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400EBF is #BFF140. Grayscale: #303030. Windows color (decimal): -12579137 or 12521024. OLE color: 12521024.
HSL color Cylindrical-coordinate representation of color #400EBF: hue angle of 256.95º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400EBF is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 14 | 191 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.25 |
| HSL | 256.95º | 0.86% | 0.4% | - |
| HSV(B) | 256.95º | 0.93% | 0.75% | - |
| XYZ | 11.68 | 5.17 | 49.67 | - |
| YUV | 49.13 | 208.07 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 191 | 0.66 | 0.93 | 0 | 0.25 | 256.95 | 0.86 | 0.4 |
| Hex | 40 | E | BF | 42 | 5D | 0 | 19 | 101 | 56 | 28 |
| Octal | 100 | 16 | 277 | 102 | 135 | 0 | 31 | 401 | 126 | 50 |
| Binary | 1000000 | 1110 | 10111111 | 1000010 | 1011101 | 0 | 11001 | 100000001 | 1010110 | 101000 |
Color Harmonies of #400EBF
Complementary color
Monochromatic Colors of #400EBF
Black with #400EBF
Text Example
Text Example
White with #400EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EBF; }
p { color: rgb(64,14,191); }
H1.HeaderClassName
{
color: #400EBF;
}
.AnyTagClassName
{
color: #400EBF;
}
</style>
background-color css
<style>
a { background-color: #400EBF; }
a { background-color: rgb(64,14,191); }
div.DivClassName
{
background-color: #400EBF;
}
.BgClassName
{
background-color: #400EBF;
}
</style>
border-color css
<style>
span { border-color: #400EBF; }
span { border-color: rgb(64,14,191); }
td.TdClassName
{
border-color: #400EBF;
}
.TagClassName
{
border-color: #400EBF;
}
</style>