Shades of Purple Heart #3E0FBC
Tints of Purple Heart #3E0FBC
RGB
CMYK
RGB Variations
Color information
#3E0FBC (or 0x3E0FBC) is known color: Purple Heart. HEX triplet: 3E, 0F and BC. RGB value is (62,15,188). Sum of RGB (Red+Green+Blue) = 62+15+188=265 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.40% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #3E0FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0FBC is #C1F043. Grayscale: #303030. Windows color (decimal): -12709956 or 12324670. OLE color: 12324670.
HSL color Cylindrical-coordinate representation of color #3E0FBC: hue angle of 256.3º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0FBC is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 15 | 188 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.26 |
| HSL | 256.3º | 0.85% | 0.4% | - |
| HSV(B) | 256.3º | 0.92% | 0.74% | - |
| XYZ | 11.23 | 5 | 47.95 | - |
| YUV | 48.78 | 206.57 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 188 | 0.67 | 0.92 | 0 | 0.26 | 256.3 | 0.85 | 0.4 |
| Hex | 3E | F | BC | 43 | 5C | 0 | 1A | 100 | 55 | 28 |
| Octal | 76 | 17 | 274 | 103 | 134 | 0 | 32 | 400 | 125 | 50 |
| Binary | 111110 | 1111 | 10111100 | 1000011 | 1011100 | 0 | 11010 | 100000000 | 1010101 | 101000 |
Color Harmonies of #3E0FBC
Complementary color
Monochromatic Colors of #3E0FBC
Black with #3E0FBC
Text Example
Text Example
White with #3E0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0FBC; }
p { color: rgb(62,15,188); }
H1.HeaderClassName
{
color: #3E0FBC;
}
.AnyTagClassName
{
color: #3E0FBC;
}
</style>
background-color css
<style>
a { background-color: #3E0FBC; }
a { background-color: rgb(62,15,188); }
div.DivClassName
{
background-color: #3E0FBC;
}
.BgClassName
{
background-color: #3E0FBC;
}
</style>
border-color css
<style>
span { border-color: #3E0FBC; }
span { border-color: rgb(62,15,188); }
td.TdClassName
{
border-color: #3E0FBC;
}
.TagClassName
{
border-color: #3E0FBC;
}
</style>