Shades of Purple Heart #3E2ABE
Tints of Purple Heart #3E2ABE
RGB
CMYK
RGB Variations
Color information
#3E2ABE (or 0x3E2ABE) is known color: Purple Heart. HEX triplet: 3E, 2A and BE. RGB value is (62,42,190). Sum of RGB (Red+Green+Blue) = 62+42+190=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 190 (74.61% from 255 or 64.63% from 294); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E2ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2ABE is #C1D541. Grayscale: #404040. Windows color (decimal): -12703042 or 12462654. OLE color: 12462654.
HSL color Cylindrical-coordinate representation of color #3E2ABE: hue angle of 248.11º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3E2ABE is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 42 | 190 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.25 |
| HSL | 248.11º | 0.64% | 0.45% | - |
| HSV(B) | 248.11º | 0.78% | 0.75% | - |
| XYZ | 12.11 | 6.4 | 49.31 | - |
| YUV | 64.85 | 198.63 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 42 | 190 | 0.67 | 0.78 | 0 | 0.25 | 248.11 | 0.64 | 0.45 |
| Hex | 3E | 2A | BE | 43 | 4E | 0 | 19 | F8 | 40 | 2D |
| Octal | 76 | 52 | 276 | 103 | 116 | 0 | 31 | 370 | 100 | 55 |
| Binary | 111110 | 101010 | 10111110 | 1000011 | 1001110 | 0 | 11001 | 11111000 | 1000000 | 101101 |
Color Harmonies of #3E2ABE
Complementary color
Monochromatic Colors of #3E2ABE
Black with #3E2ABE
Text Example
Text Example
White with #3E2ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2ABE; }
p { color: rgb(62,42,190); }
H1.HeaderClassName
{
color: #3E2ABE;
}
.AnyTagClassName
{
color: #3E2ABE;
}
</style>
background-color css
<style>
a { background-color: #3E2ABE; }
a { background-color: rgb(62,42,190); }
div.DivClassName
{
background-color: #3E2ABE;
}
.BgClassName
{
background-color: #3E2ABE;
}
</style>
border-color css
<style>
span { border-color: #3E2ABE; }
span { border-color: rgb(62,42,190); }
td.TdClassName
{
border-color: #3E2ABE;
}
.TagClassName
{
border-color: #3E2ABE;
}
</style>