Shades of Purple Heart #402EC2
Tints of Purple Heart #402EC2
RGB
CMYK
RGB Variations
Color information
#402EC2 (or 0x402EC2) is known color: Purple Heart. HEX triplet: 40, 2E and C2. RGB value is (64,46,194). Sum of RGB (Red+Green+Blue) = 64+46+194=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 194 (76.17% from 255 or 63.82% from 304); Max value from RGB is 194 - color contains mainly: blue. Hex color #402EC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402EC2 is #BFD13D. Grayscale: #434343. Windows color (decimal): -12570942 or 12725824. OLE color: 12725824.
HSL color Cylindrical-coordinate representation of color #402EC2: hue angle of 247.3º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402EC2 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 46 | 194 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.24 |
| HSL | 247.3º | 0.62% | 0.47% | - |
| HSV(B) | 247.3º | 0.76% | 0.76% | - |
| XYZ | 12.83 | 6.94 | 51.7 | - |
| YUV | 68.25 | 198.96 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 194 | 0.67 | 0.76 | 0 | 0.24 | 247.3 | 0.62 | 0.47 |
| Hex | 40 | 2E | C2 | 43 | 4C | 0 | 18 | F7 | 3E | 2F |
| Octal | 100 | 56 | 302 | 103 | 114 | 0 | 30 | 367 | 76 | 57 |
| Binary | 1000000 | 101110 | 11000010 | 1000011 | 1001100 | 0 | 11000 | 11110111 | 111110 | 101111 |
Color Harmonies of #402EC2
Complementary color
Monochromatic Colors of #402EC2
Black with #402EC2
Text Example
Text Example
White with #402EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402EC2; }
p { color: rgb(64,46,194); }
H1.HeaderClassName
{
color: #402EC2;
}
.AnyTagClassName
{
color: #402EC2;
}
</style>
background-color css
<style>
a { background-color: #402EC2; }
a { background-color: rgb(64,46,194); }
div.DivClassName
{
background-color: #402EC2;
}
.BgClassName
{
background-color: #402EC2;
}
</style>
border-color css
<style>
span { border-color: #402EC2; }
span { border-color: rgb(64,46,194); }
td.TdClassName
{
border-color: #402EC2;
}
.TagClassName
{
border-color: #402EC2;
}
</style>