Shades of Purple Heart #400DBE
Tints of Purple Heart #400DBE
RGB
CMYK
RGB Variations
Color information
#400DBE (or 0x400DBE) is known color: Purple Heart. HEX triplet: 40, 0D and BE. RGB value is (64,13,190). Sum of RGB (Red+Green+Blue) = 64+13+190=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #400DBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DBE is #BFF241. Grayscale: #2F2F2F. Windows color (decimal): -12579394 or 12455232. OLE color: 12455232.
HSL color Cylindrical-coordinate representation of color #400DBE: hue angle of 257.29º degrees, saturation: 0.87, 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 #400DBE is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 13 | 190 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.25 |
| HSL | 257.29º | 0.87% | 0.4% | - |
| HSV(B) | 257.29º | 0.93% | 0.75% | - |
| XYZ | 11.55 | 5.1 | 49.09 | - |
| YUV | 48.43 | 207.9 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 190 | 0.66 | 0.93 | 0 | 0.25 | 257.29 | 0.87 | 0.4 |
| Hex | 40 | D | BE | 42 | 5D | 0 | 19 | 101 | 57 | 28 |
| Octal | 100 | 15 | 276 | 102 | 135 | 0 | 31 | 401 | 127 | 50 |
| Binary | 1000000 | 1101 | 10111110 | 1000010 | 1011101 | 0 | 11001 | 100000001 | 1010111 | 101000 |
Color Harmonies of #400DBE
Complementary color
Monochromatic Colors of #400DBE
Black with #400DBE
Text Example
Text Example
White with #400DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DBE; }
p { color: rgb(64,13,190); }
H1.HeaderClassName
{
color: #400DBE;
}
.AnyTagClassName
{
color: #400DBE;
}
</style>
background-color css
<style>
a { background-color: #400DBE; }
a { background-color: rgb(64,13,190); }
div.DivClassName
{
background-color: #400DBE;
}
.BgClassName
{
background-color: #400DBE;
}
</style>
border-color css
<style>
span { border-color: #400DBE; }
span { border-color: rgb(64,13,190); }
td.TdClassName
{
border-color: #400DBE;
}
.TagClassName
{
border-color: #400DBE;
}
</style>