Shades of Purple Heart #3E11CA
Tints of Purple Heart #3E11CA
RGB
CMYK
RGB Variations
Color information
#3E11CA (or 0x3E11CA) is known color: Purple Heart. HEX triplet: 3E, 11 and CA. RGB value is (62,17,202). Sum of RGB (Red+Green+Blue) = 62+17+202=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #3E11CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E11CA is #C1EE35. Grayscale: #323232. Windows color (decimal): -12709430 or 13242686. OLE color: 13242686.
HSL color Cylindrical-coordinate representation of color #3E11CA: hue angle of 254.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E11CA is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 62 | 17 | 202 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.21 |
| HSL | 254.59º | 0.84% | 0.43% | - |
| HSV(B) | 254.59º | 0.92% | 0.79% | - |
| XYZ | 12.85 | 5.69 | 56.3 | - |
| YUV | 51.55 | 212.91 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 202 | 0.69 | 0.92 | 0 | 0.21 | 254.59 | 0.84 | 0.43 |
| Hex | 3E | 11 | CA | 45 | 5C | 0 | 15 | FF | 54 | 2B |
| Octal | 76 | 21 | 312 | 105 | 134 | 0 | 25 | 377 | 124 | 53 |
| Binary | 111110 | 10001 | 11001010 | 1000101 | 1011100 | 0 | 10101 | 11111111 | 1010100 | 101011 |
Color Harmonies of #3E11CA
Complementary color
Monochromatic Colors of #3E11CA
Black with #3E11CA
Text Example
Text Example
White with #3E11CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E11CA; }
p { color: rgb(62,17,202); }
H1.HeaderClassName
{
color: #3E11CA;
}
.AnyTagClassName
{
color: #3E11CA;
}
</style>
background-color css
<style>
a { background-color: #3E11CA; }
a { background-color: rgb(62,17,202); }
div.DivClassName
{
background-color: #3E11CA;
}
.BgClassName
{
background-color: #3E11CA;
}
</style>
border-color css
<style>
span { border-color: #3E11CA; }
span { border-color: rgb(62,17,202); }
td.TdClassName
{
border-color: #3E11CA;
}
.TagClassName
{
border-color: #3E11CA;
}
</style>