Shades of Purple Heart #3E08C2
Tints of Purple Heart #3E08C2
RGB
CMYK
RGB Variations
Color information
#3E08C2 (or 0x3E08C2) is known color: Purple Heart. HEX triplet: 3E, 08 and C2. RGB value is (62,8,194). Sum of RGB (Red+Green+Blue) = 62+8+194=264 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.48% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 194 (76.17% from 255 or 73.48% from 264); Max value from RGB is 194 - color contains mainly: blue. Hex color #3E08C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E08C2 is #C1F73D. Grayscale: #2C2C2C. Windows color (decimal): -12711742 or 12716094. OLE color: 12716094.
HSL color Cylindrical-coordinate representation of color #3E08C2: hue angle of 257.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E08C2 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 8 | 194 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.24 |
| HSL | 257.42º | 0.92% | 0.4% | - |
| HSV(B) | 257.42º | 0.96% | 0.76% | - |
| XYZ | 11.81 | 5.09 | 51.4 | - |
| YUV | 45.35 | 211.89 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 194 | 0.68 | 0.96 | 0 | 0.24 | 257.42 | 0.92 | 0.4 |
| Hex | 3E | 8 | C2 | 44 | 60 | 0 | 18 | 101 | 5C | 28 |
| Octal | 76 | 10 | 302 | 104 | 140 | 0 | 30 | 401 | 134 | 50 |
| Binary | 111110 | 1000 | 11000010 | 1000100 | 1100000 | 0 | 11000 | 100000001 | 1011100 | 101000 |
Color Harmonies of #3E08C2
Complementary color
Monochromatic Colors of #3E08C2
Black with #3E08C2
Text Example
Text Example
White with #3E08C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E08C2; }
p { color: rgb(62,8,194); }
H1.HeaderClassName
{
color: #3E08C2;
}
.AnyTagClassName
{
color: #3E08C2;
}
</style>
background-color css
<style>
a { background-color: #3E08C2; }
a { background-color: rgb(62,8,194); }
div.DivClassName
{
background-color: #3E08C2;
}
.BgClassName
{
background-color: #3E08C2;
}
</style>
border-color css
<style>
span { border-color: #3E08C2; }
span { border-color: rgb(62,8,194); }
td.TdClassName
{
border-color: #3E08C2;
}
.TagClassName
{
border-color: #3E08C2;
}
</style>