Shades of Purple Heart #400DCA
Tints of Purple Heart #400DCA
RGB
CMYK
RGB Variations
Color information
#400DCA (or 0x400DCA) is known color: Purple Heart. HEX triplet: 40, 0D and CA. RGB value is (64,13,202). Sum of RGB (Red+Green+Blue) = 64+13+202=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #400DCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400DCA is #BFF235. Grayscale: #313131. Windows color (decimal): -12579382 or 13241664. OLE color: 13241664.
HSL color Cylindrical-coordinate representation of color #400DCA: hue angle of 256.19º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400DCA is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 13 | 202 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.21 |
| HSL | 256.19º | 0.88% | 0.42% | - |
| HSV(B) | 256.19º | 0.94% | 0.79% | - |
| XYZ | 12.92 | 5.64 | 56.29 | - |
| YUV | 49.8 | 213.9 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 202 | 0.68 | 0.94 | 0 | 0.21 | 256.19 | 0.88 | 0.42 |
| Hex | 40 | D | CA | 44 | 5E | 0 | 15 | 100 | 58 | 2A |
| Octal | 100 | 15 | 312 | 104 | 136 | 0 | 25 | 400 | 130 | 52 |
| Binary | 1000000 | 1101 | 11001010 | 1000100 | 1011110 | 0 | 10101 | 100000000 | 1011000 | 101010 |
Color Harmonies of #400DCA
Complementary color
Monochromatic Colors of #400DCA
Black with #400DCA
Text Example
Text Example
White with #400DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400DCA; }
p { color: rgb(64,13,202); }
H1.HeaderClassName
{
color: #400DCA;
}
.AnyTagClassName
{
color: #400DCA;
}
</style>
background-color css
<style>
a { background-color: #400DCA; }
a { background-color: rgb(64,13,202); }
div.DivClassName
{
background-color: #400DCA;
}
.BgClassName
{
background-color: #400DCA;
}
</style>
border-color css
<style>
span { border-color: #400DCA; }
span { border-color: rgb(64,13,202); }
td.TdClassName
{
border-color: #400DCA;
}
.TagClassName
{
border-color: #400DCA;
}
</style>