Shades of Purple Heart #402DCC
Tints of Purple Heart #402DCC
RGB
CMYK
RGB Variations
Color information
#402DCC (or 0x402DCC) is known color: Purple Heart. HEX triplet: 40, 2D and CC. RGB value is (64,45,204). Sum of RGB (Red+Green+Blue) = 64+45+204=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #402DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DCC is #BFD233. Grayscale: #444444. Windows color (decimal): -12571188 or 13380928. OLE color: 13380928.
HSL color Cylindrical-coordinate representation of color #402DCC: hue angle of 247.17º 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 #402DCC is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 45 | 204 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.2 |
| HSL | 247.17º | 0.64% | 0.49% | - |
| HSV(B) | 247.17º | 0.78% | 0.8% | - |
| XYZ | 13.95 | 7.33 | 57.81 | - |
| YUV | 68.81 | 204.29 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 204 | 0.69 | 0.78 | 0 | 0.2 | 247.17 | 0.64 | 0.49 |
| Hex | 40 | 2D | CC | 45 | 4E | 0 | 14 | F7 | 40 | 31 |
| Octal | 100 | 55 | 314 | 105 | 116 | 0 | 24 | 367 | 100 | 61 |
| Binary | 1000000 | 101101 | 11001100 | 1000101 | 1001110 | 0 | 10100 | 11110111 | 1000000 | 110001 |
Color Harmonies of #402DCC
Complementary color
Monochromatic Colors of #402DCC
Black with #402DCC
Text Example
Text Example
White with #402DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DCC; }
p { color: rgb(64,45,204); }
H1.HeaderClassName
{
color: #402DCC;
}
.AnyTagClassName
{
color: #402DCC;
}
</style>
background-color css
<style>
a { background-color: #402DCC; }
a { background-color: rgb(64,45,204); }
div.DivClassName
{
background-color: #402DCC;
}
.BgClassName
{
background-color: #402DCC;
}
</style>
border-color css
<style>
span { border-color: #402DCC; }
span { border-color: rgb(64,45,204); }
td.TdClassName
{
border-color: #402DCC;
}
.TagClassName
{
border-color: #402DCC;
}
</style>