Shades of Purple Heart #3E20CA
Tints of Purple Heart #3E20CA
RGB
CMYK
RGB Variations
Color information
#3E20CA (or 0x3E20CA) is known color: Purple Heart. HEX triplet: 3E, 20 and CA. RGB value is (62,32,202). Sum of RGB (Red+Green+Blue) = 62+32+202=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E20CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E20CA is #C1DF35. Grayscale: #3B3B3B. Windows color (decimal): -12705590 or 13246526. OLE color: 13246526.
HSL color Cylindrical-coordinate representation of color #3E20CA: hue angle of 250.59º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E20CA is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 32 | 202 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.21 |
| HSL | 250.59º | 0.73% | 0.46% | - |
| HSV(B) | 250.59º | 0.84% | 0.79% | - |
| XYZ | 13.16 | 6.32 | 56.4 | - |
| YUV | 60.35 | 207.94 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 202 | 0.69 | 0.84 | 0 | 0.21 | 250.59 | 0.73 | 0.46 |
| Hex | 3E | 20 | CA | 45 | 54 | 0 | 15 | FB | 49 | 2E |
| Octal | 76 | 40 | 312 | 105 | 124 | 0 | 25 | 373 | 111 | 56 |
| Binary | 111110 | 100000 | 11001010 | 1000101 | 1010100 | 0 | 10101 | 11111011 | 1001001 | 101110 |
Color Harmonies of #3E20CA
Complementary color
Monochromatic Colors of #3E20CA
Black with #3E20CA
Text Example
Text Example
White with #3E20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E20CA; }
p { color: rgb(62,32,202); }
H1.HeaderClassName
{
color: #3E20CA;
}
.AnyTagClassName
{
color: #3E20CA;
}
</style>
background-color css
<style>
a { background-color: #3E20CA; }
a { background-color: rgb(62,32,202); }
div.DivClassName
{
background-color: #3E20CA;
}
.BgClassName
{
background-color: #3E20CA;
}
</style>
border-color css
<style>
span { border-color: #3E20CA; }
span { border-color: rgb(62,32,202); }
td.TdClassName
{
border-color: #3E20CA;
}
.TagClassName
{
border-color: #3E20CA;
}
</style>