Shades of Purple Heart #3E26BA
Tints of Purple Heart #3E26BA
RGB
CMYK
RGB Variations
Color information
#3E26BA (or 0x3E26BA) is known color: Purple Heart. HEX triplet: 3E, 26 and BA. RGB value is (62,38,186). Sum of RGB (Red+Green+Blue) = 62+38+186=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E26BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E26BA is #C1D945. Grayscale: #3D3D3D. Windows color (decimal): -12704070 or 12199486. OLE color: 12199486.
HSL color Cylindrical-coordinate representation of color #3E26BA: hue angle of 249.73º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E26BA is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 38 | 186 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.27 |
| HSL | 249.73º | 0.66% | 0.44% | - |
| HSV(B) | 249.73º | 0.8% | 0.73% | - |
| XYZ | 11.54 | 5.96 | 47 | - |
| YUV | 62.05 | 197.95 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 186 | 0.67 | 0.80 | 0 | 0.27 | 249.73 | 0.66 | 0.44 |
| Hex | 3E | 26 | BA | 43 | 50 | 0 | 1B | FA | 42 | 2C |
| Octal | 76 | 46 | 272 | 103 | 120 | 0 | 33 | 372 | 102 | 54 |
| Binary | 111110 | 100110 | 10111010 | 1000011 | 1010000 | 0 | 11011 | 11111010 | 1000010 | 101100 |
Color Harmonies of #3E26BA
Complementary color
Monochromatic Colors of #3E26BA
Black with #3E26BA
Text Example
Text Example
White with #3E26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E26BA; }
p { color: rgb(62,38,186); }
H1.HeaderClassName
{
color: #3E26BA;
}
.AnyTagClassName
{
color: #3E26BA;
}
</style>
background-color css
<style>
a { background-color: #3E26BA; }
a { background-color: rgb(62,38,186); }
div.DivClassName
{
background-color: #3E26BA;
}
.BgClassName
{
background-color: #3E26BA;
}
</style>
border-color css
<style>
span { border-color: #3E26BA; }
span { border-color: rgb(62,38,186); }
td.TdClassName
{
border-color: #3E26BA;
}
.TagClassName
{
border-color: #3E26BA;
}
</style>