Shades of Purple Heart #400DBF
Tints of Purple Heart #400DBF
RGB
CMYK
RGB Variations
Color information
#400DBF (or 0x400DBF) is known color: Purple Heart. HEX triplet: 40, 0D and BF. RGB value is (64,13,191). Sum of RGB (Red+Green+Blue) = 64+13+191=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #400DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DBF is #BFF240. Grayscale: #2F2F2F. Windows color (decimal): -12579393 or 12520768. OLE color: 12520768.
HSL color Cylindrical-coordinate representation of color #400DBF: hue angle of 257.19º 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 #400DBF is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 13 | 191 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.25 |
| HSL | 257.19º | 0.87% | 0.4% | - |
| HSV(B) | 257.19º | 0.93% | 0.75% | - |
| XYZ | 11.66 | 5.14 | 49.67 | - |
| YUV | 48.54 | 208.4 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 191 | 0.66 | 0.93 | 0 | 0.25 | 257.19 | 0.87 | 0.4 |
| Hex | 40 | D | BF | 42 | 5D | 0 | 19 | 101 | 57 | 28 |
| Octal | 100 | 15 | 277 | 102 | 135 | 0 | 31 | 401 | 127 | 50 |
| Binary | 1000000 | 1101 | 10111111 | 1000010 | 1011101 | 0 | 11001 | 100000001 | 1010111 | 101000 |
Color Harmonies of #400DBF
Complementary color
Monochromatic Colors of #400DBF
Black with #400DBF
Text Example
Text Example
White with #400DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DBF; }
p { color: rgb(64,13,191); }
H1.HeaderClassName
{
color: #400DBF;
}
.AnyTagClassName
{
color: #400DBF;
}
</style>
background-color css
<style>
a { background-color: #400DBF; }
a { background-color: rgb(64,13,191); }
div.DivClassName
{
background-color: #400DBF;
}
.BgClassName
{
background-color: #400DBF;
}
</style>
border-color css
<style>
span { border-color: #400DBF; }
span { border-color: rgb(64,13,191); }
td.TdClassName
{
border-color: #400DBF;
}
.TagClassName
{
border-color: #400DBF;
}
</style>