Shades of Purple Heart #402ECC
Tints of Purple Heart #402ECC
RGB
CMYK
RGB Variations
Color information
#402ECC (or 0x402ECC) is known color: Purple Heart. HEX triplet: 40, 2E and CC. RGB value is (64,46,204). Sum of RGB (Red+Green+Blue) = 64+46+204=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #402ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402ECC is #BFD133. Grayscale: #444444. Windows color (decimal): -12570932 or 13381184. OLE color: 13381184.
HSL color Cylindrical-coordinate representation of color #402ECC: hue angle of 246.84º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402ECC is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 46 | 204 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.2 |
| HSL | 246.84º | 0.63% | 0.49% | - |
| HSV(B) | 246.84º | 0.77% | 0.8% | - |
| XYZ | 13.99 | 7.4 | 57.82 | - |
| YUV | 69.39 | 203.96 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 204 | 0.69 | 0.77 | 0 | 0.2 | 246.84 | 0.63 | 0.49 |
| Hex | 40 | 2E | CC | 45 | 4D | 0 | 14 | F7 | 3F | 31 |
| Octal | 100 | 56 | 314 | 105 | 115 | 0 | 24 | 367 | 77 | 61 |
| Binary | 1000000 | 101110 | 11001100 | 1000101 | 1001101 | 0 | 10100 | 11110111 | 111111 | 110001 |
Color Harmonies of #402ECC
Complementary color
Monochromatic Colors of #402ECC
Black with #402ECC
Text Example
Text Example
White with #402ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402ECC; }
p { color: rgb(64,46,204); }
H1.HeaderClassName
{
color: #402ECC;
}
.AnyTagClassName
{
color: #402ECC;
}
</style>
background-color css
<style>
a { background-color: #402ECC; }
a { background-color: rgb(64,46,204); }
div.DivClassName
{
background-color: #402ECC;
}
.BgClassName
{
background-color: #402ECC;
}
</style>
border-color css
<style>
span { border-color: #402ECC; }
span { border-color: rgb(64,46,204); }
td.TdClassName
{
border-color: #402ECC;
}
.TagClassName
{
border-color: #402ECC;
}
</style>