Shades of Purple Heart #3E1ACE
Tints of Purple Heart #3E1ACE
RGB
CMYK
RGB Variations
Color information
#3E1ACE (or 0x3E1ACE) is known color: Purple Heart. HEX triplet: 3E, 1A and CE. RGB value is (62,26,206). Sum of RGB (Red+Green+Blue) = 62+26+206=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #3E1ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1ACE is #C1E531. Grayscale: #383838. Windows color (decimal): -12707122 or 13507134. OLE color: 13507134.
HSL color Cylindrical-coordinate representation of color #3E1ACE: hue angle of 252º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E1ACE is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 26 | 206 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.19 |
| HSL | 252º | 0.78% | 0.45% | - |
| HSV(B) | 252º | 0.87% | 0.81% | - |
| XYZ | 13.5 | 6.22 | 58.88 | - |
| YUV | 57.28 | 211.93 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 26 | 206 | 0.70 | 0.87 | 0 | 0.19 | 252 | 0.78 | 0.45 |
| Hex | 3E | 1A | CE | 46 | 57 | 0 | 13 | FC | 4E | 2D |
| Octal | 76 | 32 | 316 | 106 | 127 | 0 | 23 | 374 | 116 | 55 |
| Binary | 111110 | 11010 | 11001110 | 1000110 | 1010111 | 0 | 10011 | 11111100 | 1001110 | 101101 |
Color Harmonies of #3E1ACE
Complementary color
Monochromatic Colors of #3E1ACE
Black with #3E1ACE
Text Example
Text Example
White with #3E1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1ACE; }
p { color: rgb(62,26,206); }
H1.HeaderClassName
{
color: #3E1ACE;
}
.AnyTagClassName
{
color: #3E1ACE;
}
</style>
background-color css
<style>
a { background-color: #3E1ACE; }
a { background-color: rgb(62,26,206); }
div.DivClassName
{
background-color: #3E1ACE;
}
.BgClassName
{
background-color: #3E1ACE;
}
</style>
border-color css
<style>
span { border-color: #3E1ACE; }
span { border-color: rgb(62,26,206); }
td.TdClassName
{
border-color: #3E1ACE;
}
.TagClassName
{
border-color: #3E1ACE;
}
</style>