Shades of Purple Heart #3E0DB7
Tints of Purple Heart #3E0DB7
RGB
CMYK
RGB Variations
Color information
#3E0DB7 (or 0x3E0DB7) is known color: Purple Heart. HEX triplet: 3E, 0D and B7. RGB value is (62,13,183). Sum of RGB (Red+Green+Blue) = 62+13+183=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 13 (5.47% from 255 or 5.04% from 258); Blue value is 183 (71.88% from 255 or 70.93% from 258); Max value from RGB is 183 - color contains mainly: blue. Hex color #3E0DB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0DB7 is #C1F248. Grayscale: #2E2E2E. Windows color (decimal): -12710473 or 11996478. OLE color: 11996478.
HSL color Cylindrical-coordinate representation of color #3E0DB7: hue angle of 257.29º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0DB7 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 62 | 13 | 183 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.28 |
| HSL | 257.29º | 0.87% | 0.38% | - |
| HSV(B) | 257.29º | 0.93% | 0.72% | - |
| XYZ | 10.68 | 4.73 | 45.15 | - |
| YUV | 47.03 | 204.73 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 13 | 183 | 0.66 | 0.93 | 0 | 0.28 | 257.29 | 0.87 | 0.38 |
| Hex | 3E | D | B7 | 42 | 5D | 0 | 1C | 101 | 57 | 26 |
| Octal | 76 | 15 | 267 | 102 | 135 | 0 | 34 | 401 | 127 | 46 |
| Binary | 111110 | 1101 | 10110111 | 1000010 | 1011101 | 0 | 11100 | 100000001 | 1010111 | 100110 |
Color Harmonies of #3E0DB7
Complementary color
Monochromatic Colors of #3E0DB7
Black with #3E0DB7
Text Example
Text Example
White with #3E0DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0DB7; }
p { color: rgb(62,13,183); }
H1.HeaderClassName
{
color: #3E0DB7;
}
.AnyTagClassName
{
color: #3E0DB7;
}
</style>
background-color css
<style>
a { background-color: #3E0DB7; }
a { background-color: rgb(62,13,183); }
div.DivClassName
{
background-color: #3E0DB7;
}
.BgClassName
{
background-color: #3E0DB7;
}
</style>
border-color css
<style>
span { border-color: #3E0DB7; }
span { border-color: rgb(62,13,183); }
td.TdClassName
{
border-color: #3E0DB7;
}
.TagClassName
{
border-color: #3E0DB7;
}
</style>