Shades of Purple Heart #3E1ECB
Tints of Purple Heart #3E1ECB
RGB
CMYK
RGB Variations
Color information
#3E1ECB (or 0x3E1ECB) is known color: Purple Heart. HEX triplet: 3E, 1E and CB. RGB value is (62,30,203). Sum of RGB (Red+Green+Blue) = 62+30+203=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E1ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1ECB is #C1E134. Grayscale: #3A3A3A. Windows color (decimal): -12706101 or 13311550. OLE color: 13311550.
HSL color Cylindrical-coordinate representation of color #3E1ECB: hue angle of 251.1º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E1ECB is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 30 | 203 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.20 |
| HSL | 251.1º | 0.74% | 0.46% | - |
| HSV(B) | 251.1º | 0.85% | 0.8% | - |
| XYZ | 13.23 | 6.26 | 57.01 | - |
| YUV | 59.29 | 209.1 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 203 | 0.69 | 0.85 | 0 | 0.20 | 251.1 | 0.74 | 0.46 |
| Hex | 3E | 1E | CB | 45 | 55 | 0 | 14 | FB | 4A | 2E |
| Octal | 76 | 36 | 313 | 105 | 125 | 0 | 24 | 373 | 112 | 56 |
| Binary | 111110 | 11110 | 11001011 | 1000101 | 1010101 | 0 | 10100 | 11111011 | 1001010 | 101110 |
Color Harmonies of #3E1ECB
Complementary color
Monochromatic Colors of #3E1ECB
Black with #3E1ECB
Text Example
Text Example
White with #3E1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1ECB; }
p { color: rgb(62,30,203); }
H1.HeaderClassName
{
color: #3E1ECB;
}
.AnyTagClassName
{
color: #3E1ECB;
}
</style>
background-color css
<style>
a { background-color: #3E1ECB; }
a { background-color: rgb(62,30,203); }
div.DivClassName
{
background-color: #3E1ECB;
}
.BgClassName
{
background-color: #3E1ECB;
}
</style>
border-color css
<style>
span { border-color: #3E1ECB; }
span { border-color: rgb(62,30,203); }
td.TdClassName
{
border-color: #3E1ECB;
}
.TagClassName
{
border-color: #3E1ECB;
}
</style>