Shades of Purple Heart #3E07BA
Tints of Purple Heart #3E07BA
RGB
CMYK
RGB Variations
Color information
#3E07BA (or 0x3E07BA) is known color: Purple Heart. HEX triplet: 3E, 07 and BA. RGB value is (62,7,186). Sum of RGB (Red+Green+Blue) = 62+7+186=255 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.31% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E07BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E07BA is #C1F845. Grayscale: #2B2B2B. Windows color (decimal): -12712006 or 12191550. OLE color: 12191550.
HSL color Cylindrical-coordinate representation of color #3E07BA: hue angle of 258.44º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E07BA is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 7 | 186 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.27 |
| HSL | 258.44º | 0.93% | 0.38% | - |
| HSV(B) | 258.44º | 0.96% | 0.73% | - |
| XYZ | 10.93 | 4.72 | 46.79 | - |
| YUV | 43.85 | 208.22 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 7 | 186 | 0.67 | 0.96 | 0 | 0.27 | 258.44 | 0.93 | 0.38 |
| Hex | 3E | 7 | BA | 43 | 60 | 0 | 1B | 102 | 5D | 26 |
| Octal | 76 | 7 | 272 | 103 | 140 | 0 | 33 | 402 | 135 | 46 |
| Binary | 111110 | 111 | 10111010 | 1000011 | 1100000 | 0 | 11011 | 100000010 | 1011101 | 100110 |
Color Harmonies of #3E07BA
Complementary color
Monochromatic Colors of #3E07BA
Black with #3E07BA
Text Example
Text Example
White with #3E07BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E07BA; }
p { color: rgb(62,7,186); }
H1.HeaderClassName
{
color: #3E07BA;
}
.AnyTagClassName
{
color: #3E07BA;
}
</style>
background-color css
<style>
a { background-color: #3E07BA; }
a { background-color: rgb(62,7,186); }
div.DivClassName
{
background-color: #3E07BA;
}
.BgClassName
{
background-color: #3E07BA;
}
</style>
border-color css
<style>
span { border-color: #3E07BA; }
span { border-color: rgb(62,7,186); }
td.TdClassName
{
border-color: #3E07BA;
}
.TagClassName
{
border-color: #3E07BA;
}
</style>