Shades of Purple Heart #402EBA
Tints of Purple Heart #402EBA
RGB
CMYK
RGB Variations
Color information
#402EBA (or 0x402EBA) is known color: Purple Heart. HEX triplet: 40, 2E and BA. RGB value is (64,46,186). Sum of RGB (Red+Green+Blue) = 64+46+186=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #402EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402EBA is #BFD145. Grayscale: #424242. Windows color (decimal): -12570950 or 12201536. OLE color: 12201536.
HSL color Cylindrical-coordinate representation of color #402EBA: hue angle of 247.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402EBA is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 46 | 186 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.27 |
| HSL | 247.71º | 0.6% | 0.45% | - |
| HSV(B) | 247.71º | 0.75% | 0.73% | - |
| XYZ | 11.95 | 6.59 | 47.1 | - |
| YUV | 67.34 | 194.96 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 186 | 0.66 | 0.75 | 0 | 0.27 | 247.71 | 0.6 | 0.45 |
| Hex | 40 | 2E | BA | 42 | 4B | 0 | 1B | F8 | 3C | 2D |
| Octal | 100 | 56 | 272 | 102 | 113 | 0 | 33 | 370 | 74 | 55 |
| Binary | 1000000 | 101110 | 10111010 | 1000010 | 1001011 | 0 | 11011 | 11111000 | 111100 | 101101 |
Color Harmonies of #402EBA
Complementary color
Monochromatic Colors of #402EBA
Black with #402EBA
Text Example
Text Example
White with #402EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402EBA; }
p { color: rgb(64,46,186); }
H1.HeaderClassName
{
color: #402EBA;
}
.AnyTagClassName
{
color: #402EBA;
}
</style>
background-color css
<style>
a { background-color: #402EBA; }
a { background-color: rgb(64,46,186); }
div.DivClassName
{
background-color: #402EBA;
}
.BgClassName
{
background-color: #402EBA;
}
</style>
border-color css
<style>
span { border-color: #402EBA; }
span { border-color: rgb(64,46,186); }
td.TdClassName
{
border-color: #402EBA;
}
.TagClassName
{
border-color: #402EBA;
}
</style>