Shades of Purple Heart #3E29CA
Tints of Purple Heart #3E29CA
RGB
CMYK
RGB Variations
Color information
#3E29CA (or 0x3E29CA) is known color: Purple Heart. HEX triplet: 3E, 29 and CA. RGB value is (62,41,202). Sum of RGB (Red+Green+Blue) = 62+41+202=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E29CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E29CA is #C1D635. Grayscale: #414141. Windows color (decimal): -12703286 or 13248830. OLE color: 13248830.
HSL color Cylindrical-coordinate representation of color #3E29CA: hue angle of 247.83º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E29CA is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 41 | 202 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.21 |
| HSL | 247.83º | 0.66% | 0.48% | - |
| HSV(B) | 247.83º | 0.8% | 0.79% | - |
| XYZ | 13.44 | 6.87 | 56.5 | - |
| YUV | 65.63 | 204.96 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 202 | 0.69 | 0.80 | 0 | 0.21 | 247.83 | 0.66 | 0.48 |
| Hex | 3E | 29 | CA | 45 | 50 | 0 | 15 | F8 | 42 | 30 |
| Octal | 76 | 51 | 312 | 105 | 120 | 0 | 25 | 370 | 102 | 60 |
| Binary | 111110 | 101001 | 11001010 | 1000101 | 1010000 | 0 | 10101 | 11111000 | 1000010 | 110000 |
Color Harmonies of #3E29CA
Complementary color
Monochromatic Colors of #3E29CA
Black with #3E29CA
Text Example
Text Example
White with #3E29CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E29CA; }
p { color: rgb(62,41,202); }
H1.HeaderClassName
{
color: #3E29CA;
}
.AnyTagClassName
{
color: #3E29CA;
}
</style>
background-color css
<style>
a { background-color: #3E29CA; }
a { background-color: rgb(62,41,202); }
div.DivClassName
{
background-color: #3E29CA;
}
.BgClassName
{
background-color: #3E29CA;
}
</style>
border-color css
<style>
span { border-color: #3E29CA; }
span { border-color: rgb(62,41,202); }
td.TdClassName
{
border-color: #3E29CA;
}
.TagClassName
{
border-color: #3E29CA;
}
</style>