Shades of Purple Heart #3E08BC
Tints of Purple Heart #3E08BC
RGB
CMYK
RGB Variations
Color information
#3E08BC (or 0x3E08BC) is known color: Purple Heart. HEX triplet: 3E, 08 and BC. RGB value is (62,8,188). Sum of RGB (Red+Green+Blue) = 62+8+188=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E08BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E08BC is #C1F743. Grayscale: #2C2C2C. Windows color (decimal): -12711748 or 12322878. OLE color: 12322878.
HSL color Cylindrical-coordinate representation of color #3E08BC: hue angle of 258º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E08BC is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 8 | 188 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.26 |
| HSL | 258º | 0.92% | 0.38% | - |
| HSV(B) | 258º | 0.96% | 0.74% | - |
| XYZ | 11.15 | 4.83 | 47.92 | - |
| YUV | 44.67 | 208.89 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 188 | 0.67 | 0.96 | 0 | 0.26 | 258 | 0.92 | 0.38 |
| Hex | 3E | 8 | BC | 43 | 60 | 0 | 1A | 102 | 5C | 26 |
| Octal | 76 | 10 | 274 | 103 | 140 | 0 | 32 | 402 | 134 | 46 |
| Binary | 111110 | 1000 | 10111100 | 1000011 | 1100000 | 0 | 11010 | 100000010 | 1011100 | 100110 |
Color Harmonies of #3E08BC
Complementary color
Monochromatic Colors of #3E08BC
Black with #3E08BC
Text Example
Text Example
White with #3E08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E08BC; }
p { color: rgb(62,8,188); }
H1.HeaderClassName
{
color: #3E08BC;
}
.AnyTagClassName
{
color: #3E08BC;
}
</style>
background-color css
<style>
a { background-color: #3E08BC; }
a { background-color: rgb(62,8,188); }
div.DivClassName
{
background-color: #3E08BC;
}
.BgClassName
{
background-color: #3E08BC;
}
</style>
border-color css
<style>
span { border-color: #3E08BC; }
span { border-color: rgb(62,8,188); }
td.TdClassName
{
border-color: #3E08BC;
}
.TagClassName
{
border-color: #3E08BC;
}
</style>