Shades of Purple Heart #3E11BB
Tints of Purple Heart #3E11BB
RGB
CMYK
RGB Variations
Color information
#3E11BB (or 0x3E11BB) is known color: Purple Heart. HEX triplet: 3E, 11 and BB. RGB value is (62,17,187). Sum of RGB (Red+Green+Blue) = 62+17+187=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E11BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E11BB is #C1EE44. Grayscale: #313131. Windows color (decimal): -12709445 or 12259646. OLE color: 12259646.
HSL color Cylindrical-coordinate representation of color #3E11BB: hue angle of 255.88º degrees, saturation: 0.83, 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 #3E11BB is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 17 | 187 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.27 |
| HSL | 255.88º | 0.83% | 0.4% | - |
| HSV(B) | 255.88º | 0.91% | 0.73% | - |
| XYZ | 11.16 | 5.01 | 47.39 | - |
| YUV | 49.84 | 205.41 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 187 | 0.67 | 0.91 | 0 | 0.27 | 255.88 | 0.83 | 0.4 |
| Hex | 3E | 11 | BB | 43 | 5B | 0 | 1B | 100 | 53 | 28 |
| Octal | 76 | 21 | 273 | 103 | 133 | 0 | 33 | 400 | 123 | 50 |
| Binary | 111110 | 10001 | 10111011 | 1000011 | 1011011 | 0 | 11011 | 100000000 | 1010011 | 101000 |
Color Harmonies of #3E11BB
Complementary color
Monochromatic Colors of #3E11BB
Black with #3E11BB
Text Example
Text Example
White with #3E11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E11BB; }
p { color: rgb(62,17,187); }
H1.HeaderClassName
{
color: #3E11BB;
}
.AnyTagClassName
{
color: #3E11BB;
}
</style>
background-color css
<style>
a { background-color: #3E11BB; }
a { background-color: rgb(62,17,187); }
div.DivClassName
{
background-color: #3E11BB;
}
.BgClassName
{
background-color: #3E11BB;
}
</style>
border-color css
<style>
span { border-color: #3E11BB; }
span { border-color: rgb(62,17,187); }
td.TdClassName
{
border-color: #3E11BB;
}
.TagClassName
{
border-color: #3E11BB;
}
</style>