Shades of Purple Heart #3E10C7
Tints of Purple Heart #3E10C7
RGB
CMYK
RGB Variations
Color information
#3E10C7 (or 0x3E10C7) is known color: Purple Heart. HEX triplet: 3E, 10 and C7. RGB value is (62,16,199). Sum of RGB (Red+Green+Blue) = 62+16+199=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 199 (78.12% from 255 or 71.84% from 277); Max value from RGB is 199 - color contains mainly: blue. Hex color #3E10C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E10C7 is #C1EF38. Grayscale: #313131. Windows color (decimal): -12709689 or 13045822. OLE color: 13045822.
HSL color Cylindrical-coordinate representation of color #3E10C7: hue angle of 255.08º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E10C7 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 16 | 199 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.22 |
| HSL | 255.08º | 0.85% | 0.42% | - |
| HSV(B) | 255.08º | 0.92% | 0.78% | - |
| XYZ | 12.48 | 5.52 | 54.44 | - |
| YUV | 50.62 | 211.74 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 199 | 0.69 | 0.92 | 0 | 0.22 | 255.08 | 0.85 | 0.42 |
| Hex | 3E | 10 | C7 | 45 | 5C | 0 | 16 | FF | 55 | 2A |
| Octal | 76 | 20 | 307 | 105 | 134 | 0 | 26 | 377 | 125 | 52 |
| Binary | 111110 | 10000 | 11000111 | 1000101 | 1011100 | 0 | 10110 | 11111111 | 1010101 | 101010 |
Color Harmonies of #3E10C7
Complementary color
Monochromatic Colors of #3E10C7
Black with #3E10C7
Text Example
Text Example
White with #3E10C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E10C7; }
p { color: rgb(62,16,199); }
H1.HeaderClassName
{
color: #3E10C7;
}
.AnyTagClassName
{
color: #3E10C7;
}
</style>
background-color css
<style>
a { background-color: #3E10C7; }
a { background-color: rgb(62,16,199); }
div.DivClassName
{
background-color: #3E10C7;
}
.BgClassName
{
background-color: #3E10C7;
}
</style>
border-color css
<style>
span { border-color: #3E10C7; }
span { border-color: rgb(62,16,199); }
td.TdClassName
{
border-color: #3E10C7;
}
.TagClassName
{
border-color: #3E10C7;
}
</style>