Shades of Purple Heart #402CBE
Tints of Purple Heart #402CBE
RGB
CMYK
RGB Variations
Color information
#402CBE (or 0x402CBE) is known color: Purple Heart. HEX triplet: 40, 2C and BE. RGB value is (64,44,190). Sum of RGB (Red+Green+Blue) = 64+44+190=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #402CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402CBE is #BFD341. Grayscale: #424242. Windows color (decimal): -12571458 or 12463168. OLE color: 12463168.
HSL color Cylindrical-coordinate representation of color #402CBE: hue angle of 248.22º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #402CBE is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 44 | 190 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.25 |
| HSL | 248.22º | 0.62% | 0.46% | - |
| HSV(B) | 248.22º | 0.77% | 0.75% | - |
| XYZ | 12.31 | 6.61 | 49.34 | - |
| YUV | 66.62 | 197.63 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 44 | 190 | 0.66 | 0.77 | 0 | 0.25 | 248.22 | 0.62 | 0.46 |
| Hex | 40 | 2C | BE | 42 | 4D | 0 | 19 | F8 | 3E | 2E |
| Octal | 100 | 54 | 276 | 102 | 115 | 0 | 31 | 370 | 76 | 56 |
| Binary | 1000000 | 101100 | 10111110 | 1000010 | 1001101 | 0 | 11001 | 11111000 | 111110 | 101110 |
Color Harmonies of #402CBE
Complementary color
Monochromatic Colors of #402CBE
Black with #402CBE
Text Example
Text Example
White with #402CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402CBE; }
p { color: rgb(64,44,190); }
H1.HeaderClassName
{
color: #402CBE;
}
.AnyTagClassName
{
color: #402CBE;
}
</style>
background-color css
<style>
a { background-color: #402CBE; }
a { background-color: rgb(64,44,190); }
div.DivClassName
{
background-color: #402CBE;
}
.BgClassName
{
background-color: #402CBE;
}
</style>
border-color css
<style>
span { border-color: #402CBE; }
span { border-color: rgb(64,44,190); }
td.TdClassName
{
border-color: #402CBE;
}
.TagClassName
{
border-color: #402CBE;
}
</style>