Shades of Purple Heart #3E04C1
Tints of Purple Heart #3E04C1
RGB
CMYK
RGB Variations
Color information
#3E04C1 (or 0x3E04C1) is known color: Purple Heart. HEX triplet: 3E, 04 and C1. RGB value is (62,4,193). Sum of RGB (Red+Green+Blue) = 62+4+193=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 193 (75.78% from 255 or 74.52% from 259); Max value from RGB is 193 - color contains mainly: blue. Hex color #3E04C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E04C1 is #C1FB3E. Grayscale: #2A2A2A. Windows color (decimal): -12712767 or 12649534. OLE color: 12649534.
HSL color Cylindrical-coordinate representation of color #3E04C1: hue angle of 258.41º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E04C1 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 4 | 193 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.24 |
| HSL | 258.41º | 0.96% | 0.39% | - |
| HSV(B) | 258.41º | 0.98% | 0.76% | - |
| XYZ | 11.66 | 4.96 | 50.8 | - |
| YUV | 42.89 | 212.72 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 193 | 0.68 | 0.98 | 0 | 0.24 | 258.41 | 0.96 | 0.39 |
| Hex | 3E | 4 | C1 | 44 | 62 | 0 | 18 | 102 | 60 | 27 |
| Octal | 76 | 4 | 301 | 104 | 142 | 0 | 30 | 402 | 140 | 47 |
| Binary | 111110 | 100 | 11000001 | 1000100 | 1100010 | 0 | 11000 | 100000010 | 1100000 | 100111 |
Color Harmonies of #3E04C1
Complementary color
Monochromatic Colors of #3E04C1
Black with #3E04C1
Text Example
Text Example
White with #3E04C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E04C1; }
p { color: rgb(62,4,193); }
H1.HeaderClassName
{
color: #3E04C1;
}
.AnyTagClassName
{
color: #3E04C1;
}
</style>
background-color css
<style>
a { background-color: #3E04C1; }
a { background-color: rgb(62,4,193); }
div.DivClassName
{
background-color: #3E04C1;
}
.BgClassName
{
background-color: #3E04C1;
}
</style>
border-color css
<style>
span { border-color: #3E04C1; }
span { border-color: rgb(62,4,193); }
td.TdClassName
{
border-color: #3E04C1;
}
.TagClassName
{
border-color: #3E04C1;
}
</style>