Shades of Purple Heart #402EC3
Tints of Purple Heart #402EC3
RGB
CMYK
RGB Variations
Color information
#402EC3 (or 0x402EC3) is known color: Purple Heart. HEX triplet: 40, 2E and C3. RGB value is (64,46,195). Sum of RGB (Red+Green+Blue) = 64+46+195=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 195 (76.56% from 255 or 63.93% from 305); Max value from RGB is 195 - color contains mainly: blue. Hex color #402EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402EC3 is #BFD13C. Grayscale: #434343. Windows color (decimal): -12570941 or 12791360. OLE color: 12791360.
HSL color Cylindrical-coordinate representation of color #402EC3: hue angle of 247.25º 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 #402EC3 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 46 | 195 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.24 |
| HSL | 247.25º | 0.62% | 0.47% | - |
| HSV(B) | 247.25º | 0.76% | 0.76% | - |
| XYZ | 12.94 | 6.98 | 52.3 | - |
| YUV | 68.37 | 199.46 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 195 | 0.67 | 0.76 | 0 | 0.24 | 247.25 | 0.62 | 0.47 |
| Hex | 40 | 2E | C3 | 43 | 4C | 0 | 18 | F7 | 3E | 2F |
| Octal | 100 | 56 | 303 | 103 | 114 | 0 | 30 | 367 | 76 | 57 |
| Binary | 1000000 | 101110 | 11000011 | 1000011 | 1001100 | 0 | 11000 | 11110111 | 111110 | 101111 |
Color Harmonies of #402EC3
Complementary color
Monochromatic Colors of #402EC3
Black with #402EC3
Text Example
Text Example
White with #402EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402EC3; }
p { color: rgb(64,46,195); }
H1.HeaderClassName
{
color: #402EC3;
}
.AnyTagClassName
{
color: #402EC3;
}
</style>
background-color css
<style>
a { background-color: #402EC3; }
a { background-color: rgb(64,46,195); }
div.DivClassName
{
background-color: #402EC3;
}
.BgClassName
{
background-color: #402EC3;
}
</style>
border-color css
<style>
span { border-color: #402EC3; }
span { border-color: rgb(64,46,195); }
td.TdClassName
{
border-color: #402EC3;
}
.TagClassName
{
border-color: #402EC3;
}
</style>