Shades of Purple Heart #3E0BBB
Tints of Purple Heart #3E0BBB
RGB
CMYK
RGB Variations
Color information
#3E0BBB (or 0x3E0BBB) is known color: Purple Heart. HEX triplet: 3E, 0B and BB. RGB value is (62,11,187). Sum of RGB (Red+Green+Blue) = 62+11+187=260 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.85% from 260); Green value is 11 (4.69% from 255 or 4.23% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E0BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0BBB is #C1F444. Grayscale: #2D2D2D. Windows color (decimal): -12710981 or 12258110. OLE color: 12258110.
HSL color Cylindrical-coordinate representation of color #3E0BBB: hue angle of 257.39º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0BBB is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 11 | 187 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.27 |
| HSL | 257.39º | 0.89% | 0.39% | - |
| HSV(B) | 257.39º | 0.94% | 0.73% | - |
| XYZ | 11.08 | 4.85 | 47.37 | - |
| YUV | 46.31 | 207.4 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 187 | 0.67 | 0.94 | 0 | 0.27 | 257.39 | 0.89 | 0.39 |
| Hex | 3E | B | BB | 43 | 5E | 0 | 1B | 101 | 59 | 27 |
| Octal | 76 | 13 | 273 | 103 | 136 | 0 | 33 | 401 | 131 | 47 |
| Binary | 111110 | 1011 | 10111011 | 1000011 | 1011110 | 0 | 11011 | 100000001 | 1011001 | 100111 |
Color Harmonies of #3E0BBB
Complementary color
Monochromatic Colors of #3E0BBB
Black with #3E0BBB
Text Example
Text Example
White with #3E0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0BBB; }
p { color: rgb(62,11,187); }
H1.HeaderClassName
{
color: #3E0BBB;
}
.AnyTagClassName
{
color: #3E0BBB;
}
</style>
background-color css
<style>
a { background-color: #3E0BBB; }
a { background-color: rgb(62,11,187); }
div.DivClassName
{
background-color: #3E0BBB;
}
.BgClassName
{
background-color: #3E0BBB;
}
</style>
border-color css
<style>
span { border-color: #3E0BBB; }
span { border-color: rgb(62,11,187); }
td.TdClassName
{
border-color: #3E0BBB;
}
.TagClassName
{
border-color: #3E0BBB;
}
</style>