Shades of Purple Heart #3E2BBF
Tints of Purple Heart #3E2BBF
RGB
CMYK
RGB Variations
Color information
#3E2BBF (or 0x3E2BBF) is known color: Purple Heart. HEX triplet: 3E, 2B and BF. RGB value is (62,43,191). Sum of RGB (Red+Green+Blue) = 62+43+191=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E2BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2BBF is #C1D440. Grayscale: #404040. Windows color (decimal): -12702785 or 12528446. OLE color: 12528446.
HSL color Cylindrical-coordinate representation of color #3E2BBF: hue angle of 247.7º degrees, saturation: 0.63, 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 #3E2BBF is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 43 | 191 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.25 |
| HSL | 247.7º | 0.63% | 0.46% | - |
| HSV(B) | 247.7º | 0.77% | 0.75% | - |
| XYZ | 12.25 | 6.51 | 49.9 | - |
| YUV | 65.55 | 198.79 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 191 | 0.68 | 0.77 | 0 | 0.25 | 247.7 | 0.63 | 0.46 |
| Hex | 3E | 2B | BF | 44 | 4D | 0 | 19 | F8 | 3F | 2E |
| Octal | 76 | 53 | 277 | 104 | 115 | 0 | 31 | 370 | 77 | 56 |
| Binary | 111110 | 101011 | 10111111 | 1000100 | 1001101 | 0 | 11001 | 11111000 | 111111 | 101110 |
Color Harmonies of #3E2BBF
Complementary color
Monochromatic Colors of #3E2BBF
Black with #3E2BBF
Text Example
Text Example
White with #3E2BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2BBF; }
p { color: rgb(62,43,191); }
H1.HeaderClassName
{
color: #3E2BBF;
}
.AnyTagClassName
{
color: #3E2BBF;
}
</style>
background-color css
<style>
a { background-color: #3E2BBF; }
a { background-color: rgb(62,43,191); }
div.DivClassName
{
background-color: #3E2BBF;
}
.BgClassName
{
background-color: #3E2BBF;
}
</style>
border-color css
<style>
span { border-color: #3E2BBF; }
span { border-color: rgb(62,43,191); }
td.TdClassName
{
border-color: #3E2BBF;
}
.TagClassName
{
border-color: #3E2BBF;
}
</style>