Shades of Purple Heart #400DC5
Tints of Purple Heart #400DC5
RGB
CMYK
RGB Variations
Color information
#400DC5 (or 0x400DC5) is known color: Purple Heart. HEX triplet: 40, 0D and C5. RGB value is (64,13,197). Sum of RGB (Red+Green+Blue) = 64+13+197=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 197 (77.34% from 255 or 71.90% from 274); Max value from RGB is 197 - color contains mainly: blue. Hex color #400DC5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DC5 is #BFF23A. Grayscale: #303030. Windows color (decimal): -12579387 or 12913984. OLE color: 12913984.
HSL color Cylindrical-coordinate representation of color #400DC5: hue angle of 256.63º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400DC5 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 13 | 197 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.23 |
| HSL | 256.63º | 0.88% | 0.41% | - |
| HSV(B) | 256.63º | 0.93% | 0.77% | - |
| XYZ | 12.34 | 5.41 | 53.22 | - |
| YUV | 49.23 | 211.4 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 197 | 0.68 | 0.93 | 0 | 0.23 | 256.63 | 0.88 | 0.41 |
| Hex | 40 | D | C5 | 44 | 5D | 0 | 17 | 101 | 58 | 29 |
| Octal | 100 | 15 | 305 | 104 | 135 | 0 | 27 | 401 | 130 | 51 |
| Binary | 1000000 | 1101 | 11000101 | 1000100 | 1011101 | 0 | 10111 | 100000001 | 1011000 | 101001 |
Color Harmonies of #400DC5
Complementary color
Monochromatic Colors of #400DC5
Black with #400DC5
Text Example
Text Example
White with #400DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DC5; }
p { color: rgb(64,13,197); }
H1.HeaderClassName
{
color: #400DC5;
}
.AnyTagClassName
{
color: #400DC5;
}
</style>
background-color css
<style>
a { background-color: #400DC5; }
a { background-color: rgb(64,13,197); }
div.DivClassName
{
background-color: #400DC5;
}
.BgClassName
{
background-color: #400DC5;
}
</style>
border-color css
<style>
span { border-color: #400DC5; }
span { border-color: rgb(64,13,197); }
td.TdClassName
{
border-color: #400DC5;
}
.TagClassName
{
border-color: #400DC5;
}
</style>