Shades of Purple Heart #3E26BB
Tints of Purple Heart #3E26BB
RGB
CMYK
RGB Variations
Color information
#3E26BB (or 0x3E26BB) is known color: Purple Heart. HEX triplet: 3E, 26 and BB. RGB value is (62,38,187). Sum of RGB (Red+Green+Blue) = 62+38+187=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E26BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E26BB is #C1D944. Grayscale: #3D3D3D. Windows color (decimal): -12704069 or 12265022. OLE color: 12265022.
HSL color Cylindrical-coordinate representation of color #3E26BB: hue angle of 249.66º 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 #3E26BB is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 38 | 187 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.27 |
| HSL | 249.66º | 0.66% | 0.44% | - |
| HSV(B) | 249.66º | 0.8% | 0.73% | - |
| XYZ | 11.65 | 6 | 47.56 | - |
| YUV | 62.16 | 198.45 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 187 | 0.67 | 0.80 | 0 | 0.27 | 249.66 | 0.66 | 0.44 |
| Hex | 3E | 26 | BB | 43 | 50 | 0 | 1B | FA | 42 | 2C |
| Octal | 76 | 46 | 273 | 103 | 120 | 0 | 33 | 372 | 102 | 54 |
| Binary | 111110 | 100110 | 10111011 | 1000011 | 1010000 | 0 | 11011 | 11111010 | 1000010 | 101100 |
Color Harmonies of #3E26BB
Complementary color
Monochromatic Colors of #3E26BB
Black with #3E26BB
Text Example
Text Example
White with #3E26BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E26BB; }
p { color: rgb(62,38,187); }
H1.HeaderClassName
{
color: #3E26BB;
}
.AnyTagClassName
{
color: #3E26BB;
}
</style>
background-color css
<style>
a { background-color: #3E26BB; }
a { background-color: rgb(62,38,187); }
div.DivClassName
{
background-color: #3E26BB;
}
.BgClassName
{
background-color: #3E26BB;
}
</style>
border-color css
<style>
span { border-color: #3E26BB; }
span { border-color: rgb(62,38,187); }
td.TdClassName
{
border-color: #3E26BB;
}
.TagClassName
{
border-color: #3E26BB;
}
</style>