Shades of Purple Heart #400DBC
Tints of Purple Heart #400DBC
RGB
CMYK
RGB Variations
Color information
#400DBC (or 0x400DBC) is known color: Purple Heart. HEX triplet: 40, 0D and BC. RGB value is (64,13,188). Sum of RGB (Red+Green+Blue) = 64+13+188=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #400DBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DBC is #BFF243. Grayscale: #2F2F2F. Windows color (decimal): -12579396 or 12324160. OLE color: 12324160.
HSL color Cylindrical-coordinate representation of color #400DBC: hue angle of 257.49º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400DBC is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 13 | 188 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.26 |
| HSL | 257.49º | 0.87% | 0.39% | - |
| HSV(B) | 257.49º | 0.93% | 0.74% | - |
| XYZ | 11.34 | 5.01 | 47.95 | - |
| YUV | 48.2 | 206.9 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 188 | 0.66 | 0.93 | 0 | 0.26 | 257.49 | 0.87 | 0.39 |
| Hex | 40 | D | BC | 42 | 5D | 0 | 1A | 101 | 57 | 27 |
| Octal | 100 | 15 | 274 | 102 | 135 | 0 | 32 | 401 | 127 | 47 |
| Binary | 1000000 | 1101 | 10111100 | 1000010 | 1011101 | 0 | 11010 | 100000001 | 1010111 | 100111 |
Color Harmonies of #400DBC
Complementary color
Monochromatic Colors of #400DBC
Black with #400DBC
Text Example
Text Example
White with #400DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DBC; }
p { color: rgb(64,13,188); }
H1.HeaderClassName
{
color: #400DBC;
}
.AnyTagClassName
{
color: #400DBC;
}
</style>
background-color css
<style>
a { background-color: #400DBC; }
a { background-color: rgb(64,13,188); }
div.DivClassName
{
background-color: #400DBC;
}
.BgClassName
{
background-color: #400DBC;
}
</style>
border-color css
<style>
span { border-color: #400DBC; }
span { border-color: rgb(64,13,188); }
td.TdClassName
{
border-color: #400DBC;
}
.TagClassName
{
border-color: #400DBC;
}
</style>