Shades of Purple Heart #400EBB
Tints of Purple Heart #400EBB
RGB
CMYK
RGB Variations
Color information
#400EBB (or 0x400EBB) is known color: Purple Heart. HEX triplet: 40, 0E and BB. RGB value is (64,14,187). Sum of RGB (Red+Green+Blue) = 64+14+187=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #400EBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400EBB is #BFF144. Grayscale: #303030. Windows color (decimal): -12579141 or 12258880. OLE color: 12258880.
HSL color Cylindrical-coordinate representation of color #400EBB: hue angle of 257.34º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400EBB is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 14 | 187 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.27 |
| HSL | 257.34º | 0.86% | 0.39% | - |
| HSV(B) | 257.34º | 0.93% | 0.73% | - |
| XYZ | 11.24 | 4.99 | 47.38 | - |
| YUV | 48.67 | 206.07 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 187 | 0.66 | 0.93 | 0 | 0.27 | 257.34 | 0.86 | 0.39 |
| Hex | 40 | E | BB | 42 | 5D | 0 | 1B | 101 | 56 | 27 |
| Octal | 100 | 16 | 273 | 102 | 135 | 0 | 33 | 401 | 126 | 47 |
| Binary | 1000000 | 1110 | 10111011 | 1000010 | 1011101 | 0 | 11011 | 100000001 | 1010110 | 100111 |
Color Harmonies of #400EBB
Complementary color
Monochromatic Colors of #400EBB
Black with #400EBB
Text Example
Text Example
White with #400EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EBB; }
p { color: rgb(64,14,187); }
H1.HeaderClassName
{
color: #400EBB;
}
.AnyTagClassName
{
color: #400EBB;
}
</style>
background-color css
<style>
a { background-color: #400EBB; }
a { background-color: rgb(64,14,187); }
div.DivClassName
{
background-color: #400EBB;
}
.BgClassName
{
background-color: #400EBB;
}
</style>
border-color css
<style>
span { border-color: #400EBB; }
span { border-color: rgb(64,14,187); }
td.TdClassName
{
border-color: #400EBB;
}
.TagClassName
{
border-color: #400EBB;
}
</style>