Shades of Purple Heart #3E12BB
Tints of Purple Heart #3E12BB
RGB
CMYK
RGB Variations
Color information
#3E12BB (or 0x3E12BB) is known color: Purple Heart. HEX triplet: 3E, 12 and BB. RGB value is (62,18,187). Sum of RGB (Red+Green+Blue) = 62+18+187=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E12BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E12BB is #C1ED44. Grayscale: #313131. Windows color (decimal): -12709189 or 12259902. OLE color: 12259902.
HSL color Cylindrical-coordinate representation of color #3E12BB: hue angle of 255.62º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E12BB is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 18 | 187 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.27 |
| HSL | 255.62º | 0.82% | 0.4% | - |
| HSV(B) | 255.62º | 0.9% | 0.73% | - |
| XYZ | 11.17 | 5.04 | 47.4 | - |
| YUV | 50.42 | 205.08 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 187 | 0.67 | 0.90 | 0 | 0.27 | 255.62 | 0.82 | 0.4 |
| Hex | 3E | 12 | BB | 43 | 5A | 0 | 1B | 100 | 52 | 28 |
| Octal | 76 | 22 | 273 | 103 | 132 | 0 | 33 | 400 | 122 | 50 |
| Binary | 111110 | 10010 | 10111011 | 1000011 | 1011010 | 0 | 11011 | 100000000 | 1010010 | 101000 |
Color Harmonies of #3E12BB
Complementary color
Monochromatic Colors of #3E12BB
Black with #3E12BB
Text Example
Text Example
White with #3E12BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E12BB; }
p { color: rgb(62,18,187); }
H1.HeaderClassName
{
color: #3E12BB;
}
.AnyTagClassName
{
color: #3E12BB;
}
</style>
background-color css
<style>
a { background-color: #3E12BB; }
a { background-color: rgb(62,18,187); }
div.DivClassName
{
background-color: #3E12BB;
}
.BgClassName
{
background-color: #3E12BB;
}
</style>
border-color css
<style>
span { border-color: #3E12BB; }
span { border-color: rgb(62,18,187); }
td.TdClassName
{
border-color: #3E12BB;
}
.TagClassName
{
border-color: #3E12BB;
}
</style>