Shades of Purple Heart #402DCD
Tints of Purple Heart #402DCD
RGB
CMYK
RGB Variations
Color information
#402DCD (or 0x402DCD) is known color: Purple Heart. HEX triplet: 40, 2D and CD. RGB value is (64,45,205). Sum of RGB (Red+Green+Blue) = 64+45+205=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 205 (80.47% from 255 or 65.29% from 314); Max value from RGB is 205 - color contains mainly: blue. Hex color #402DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DCD is #BFD232. Grayscale: #444444. Windows color (decimal): -12571187 or 13446464. OLE color: 13446464.
HSL color Cylindrical-coordinate representation of color #402DCD: hue angle of 247.12º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #402DCD is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 45 | 205 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.20 |
| HSL | 247.13º | 0.64% | 0.49% | - |
| HSV(B) | 247.13º | 0.78% | 0.8% | - |
| XYZ | 14.07 | 7.37 | 58.44 | - |
| YUV | 68.92 | 204.79 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 205 | 0.69 | 0.78 | 0 | 0.20 | 247.13 | 0.64 | 0.49 |
| Hex | 40 | 2D | CD | 45 | 4E | 0 | 14 | F7 | 40 | 31 |
| Octal | 100 | 55 | 315 | 105 | 116 | 0 | 24 | 367 | 100 | 61 |
| Binary | 1000000 | 101101 | 11001101 | 1000101 | 1001110 | 0 | 10100 | 11110111 | 1000000 | 110001 |
Color Harmonies of #402DCD
Complementary color
Monochromatic Colors of #402DCD
Black with #402DCD
Text Example
Text Example
White with #402DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DCD; }
p { color: rgb(64,45,205); }
H1.HeaderClassName
{
color: #402DCD;
}
.AnyTagClassName
{
color: #402DCD;
}
</style>
background-color css
<style>
a { background-color: #402DCD; }
a { background-color: rgb(64,45,205); }
div.DivClassName
{
background-color: #402DCD;
}
.BgClassName
{
background-color: #402DCD;
}
</style>
border-color css
<style>
span { border-color: #402DCD; }
span { border-color: rgb(64,45,205); }
td.TdClassName
{
border-color: #402DCD;
}
.TagClassName
{
border-color: #402DCD;
}
</style>