Shades of Purple Heart #400EB1
Tints of Purple Heart #400EB1
RGB
CMYK
RGB Variations
Color information
#400EB1 (or 0x400EB1) is known color: Purple Heart. HEX triplet: 40, 0E and B1. RGB value is (64,14,177). Sum of RGB (Red+Green+Blue) = 64+14+177=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 177 (69.53% from 255 or 69.41% from 255); Max value from RGB is 177 - color contains mainly: blue. Hex color #400EB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400EB1 is #BFF14E. Grayscale: #2E2E2E. Windows color (decimal): -12579151 or 11603520. OLE color: 11603520.
HSL color Cylindrical-coordinate representation of color #400EB1: hue angle of 258.4º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400EB1 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 14 | 177 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.31 |
| HSL | 258.4º | 0.85% | 0.37% | - |
| HSV(B) | 258.4º | 0.92% | 0.69% | - |
| XYZ | 10.21 | 4.58 | 41.94 | - |
| YUV | 47.53 | 201.07 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 177 | 0.64 | 0.92 | 0 | 0.31 | 258.4 | 0.85 | 0.37 |
| Hex | 40 | E | B1 | 40 | 5C | 0 | 1F | 102 | 55 | 25 |
| Octal | 100 | 16 | 261 | 100 | 134 | 0 | 37 | 402 | 125 | 45 |
| Binary | 1000000 | 1110 | 10110001 | 1000000 | 1011100 | 0 | 11111 | 100000010 | 1010101 | 100101 |
Color Harmonies of #400EB1
Complementary color
Monochromatic Colors of #400EB1
Black with #400EB1
Text Example
Text Example
White with #400EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400EB1; }
p { color: rgb(64,14,177); }
H1.HeaderClassName
{
color: #400EB1;
}
.AnyTagClassName
{
color: #400EB1;
}
</style>
background-color css
<style>
a { background-color: #400EB1; }
a { background-color: rgb(64,14,177); }
div.DivClassName
{
background-color: #400EB1;
}
.BgClassName
{
background-color: #400EB1;
}
</style>
border-color css
<style>
span { border-color: #400EB1; }
span { border-color: rgb(64,14,177); }
td.TdClassName
{
border-color: #400EB1;
}
.TagClassName
{
border-color: #400EB1;
}
</style>