Shades of Purple Heart #3E10BA
Tints of Purple Heart #3E10BA
RGB
CMYK
RGB Variations
Color information
#3E10BA (or 0x3E10BA) is known color: Purple Heart. HEX triplet: 3E, 10 and BA. RGB value is (62,16,186). Sum of RGB (Red+Green+Blue) = 62+16+186=264 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.48% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E10BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E10BA is #C1EF45. Grayscale: #303030. Windows color (decimal): -12709702 or 12193854. OLE color: 12193854.
HSL color Cylindrical-coordinate representation of color #3E10BA: hue angle of 256.24º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E10BA is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 16 | 186 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.27 |
| HSL | 256.24º | 0.84% | 0.4% | - |
| HSV(B) | 256.24º | 0.91% | 0.73% | - |
| XYZ | 11.03 | 4.94 | 46.83 | - |
| YUV | 49.13 | 205.24 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 186 | 0.67 | 0.91 | 0 | 0.27 | 256.24 | 0.84 | 0.4 |
| Hex | 3E | 10 | BA | 43 | 5B | 0 | 1B | 100 | 54 | 28 |
| Octal | 76 | 20 | 272 | 103 | 133 | 0 | 33 | 400 | 124 | 50 |
| Binary | 111110 | 10000 | 10111010 | 1000011 | 1011011 | 0 | 11011 | 100000000 | 1010100 | 101000 |
Color Harmonies of #3E10BA
Complementary color
Monochromatic Colors of #3E10BA
Black with #3E10BA
Text Example
Text Example
White with #3E10BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E10BA; }
p { color: rgb(62,16,186); }
H1.HeaderClassName
{
color: #3E10BA;
}
.AnyTagClassName
{
color: #3E10BA;
}
</style>
background-color css
<style>
a { background-color: #3E10BA; }
a { background-color: rgb(62,16,186); }
div.DivClassName
{
background-color: #3E10BA;
}
.BgClassName
{
background-color: #3E10BA;
}
</style>
border-color css
<style>
span { border-color: #3E10BA; }
span { border-color: rgb(62,16,186); }
td.TdClassName
{
border-color: #3E10BA;
}
.TagClassName
{
border-color: #3E10BA;
}
</style>