Shades of Purple Heart #3E15BA
Tints of Purple Heart #3E15BA
RGB
CMYK
RGB Variations
Color information
#3E15BA (or 0x3E15BA) is known color: Purple Heart. HEX triplet: 3E, 15 and BA. RGB value is (62,21,186). Sum of RGB (Red+Green+Blue) = 62+21+186=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E15BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E15BA is #C1EA45. Grayscale: #333333. Windows color (decimal): -12708422 or 12195134. OLE color: 12195134.
HSL color Cylindrical-coordinate representation of color #3E15BA: hue angle of 254.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E15BA is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 21 | 186 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.27 |
| HSL | 254.91º | 0.8% | 0.41% | - |
| HSV(B) | 254.91º | 0.89% | 0.73% | - |
| XYZ | 11.12 | 5.11 | 46.85 | - |
| YUV | 52.07 | 203.58 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 186 | 0.67 | 0.89 | 0 | 0.27 | 254.91 | 0.8 | 0.41 |
| Hex | 3E | 15 | BA | 43 | 59 | 0 | 1B | FF | 50 | 29 |
| Octal | 76 | 25 | 272 | 103 | 131 | 0 | 33 | 377 | 120 | 51 |
| Binary | 111110 | 10101 | 10111010 | 1000011 | 1011001 | 0 | 11011 | 11111111 | 1010000 | 101001 |
Color Harmonies of #3E15BA
Complementary color
Monochromatic Colors of #3E15BA
Black with #3E15BA
Text Example
Text Example
White with #3E15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E15BA; }
p { color: rgb(62,21,186); }
H1.HeaderClassName
{
color: #3E15BA;
}
.AnyTagClassName
{
color: #3E15BA;
}
</style>
background-color css
<style>
a { background-color: #3E15BA; }
a { background-color: rgb(62,21,186); }
div.DivClassName
{
background-color: #3E15BA;
}
.BgClassName
{
background-color: #3E15BA;
}
</style>
border-color css
<style>
span { border-color: #3E15BA; }
span { border-color: rgb(62,21,186); }
td.TdClassName
{
border-color: #3E15BA;
}
.TagClassName
{
border-color: #3E15BA;
}
</style>