Shades of Purple Heart #3E16CD
Tints of Purple Heart #3E16CD
RGB
CMYK
RGB Variations
Color information
#3E16CD (or 0x3E16CD) is known color: Purple Heart. HEX triplet: 3E, 16 and CD. RGB value is (62,22,205). Sum of RGB (Red+Green+Blue) = 62+22+205=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E16CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E16CD is #C1E932. Grayscale: #363636. Windows color (decimal): -12708147 or 13440574. OLE color: 13440574.
HSL color Cylindrical-coordinate representation of color #3E16CD: hue angle of 253.11º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E16CD is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 22 | 205 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.20 |
| HSL | 253.11º | 0.81% | 0.45% | - |
| HSV(B) | 253.11º | 0.89% | 0.8% | - |
| XYZ | 13.29 | 6.01 | 58.22 | - |
| YUV | 54.82 | 212.75 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 205 | 0.70 | 0.89 | 0 | 0.20 | 253.11 | 0.81 | 0.45 |
| Hex | 3E | 16 | CD | 46 | 59 | 0 | 14 | FD | 51 | 2D |
| Octal | 76 | 26 | 315 | 106 | 131 | 0 | 24 | 375 | 121 | 55 |
| Binary | 111110 | 10110 | 11001101 | 1000110 | 1011001 | 0 | 10100 | 11111101 | 1010001 | 101101 |
Color Harmonies of #3E16CD
Complementary color
Monochromatic Colors of #3E16CD
Black with #3E16CD
Text Example
Text Example
White with #3E16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E16CD; }
p { color: rgb(62,22,205); }
H1.HeaderClassName
{
color: #3E16CD;
}
.AnyTagClassName
{
color: #3E16CD;
}
</style>
background-color css
<style>
a { background-color: #3E16CD; }
a { background-color: rgb(62,22,205); }
div.DivClassName
{
background-color: #3E16CD;
}
.BgClassName
{
background-color: #3E16CD;
}
</style>
border-color css
<style>
span { border-color: #3E16CD; }
span { border-color: rgb(62,22,205); }
td.TdClassName
{
border-color: #3E16CD;
}
.TagClassName
{
border-color: #3E16CD;
}
</style>