Shades of Purple Heart #6E0BBF
Tints of Purple Heart #6E0BBF
RGB
CMYK
RGB Variations
Color information
#6E0BBF (or 0x6E0BBF) is known color: Purple Heart. HEX triplet: 6E, 0B and BF. RGB value is (110,11,191). Sum of RGB (Red+Green+Blue) = 110+11+191=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E0BBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0BBF is #91F440. Grayscale: #3C3C3C. Windows color (decimal): -9565249 or 12520302. OLE color: 12520302.
HSL color Cylindrical-coordinate representation of color #6E0BBF: hue angle of 273º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0BBF is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 11 | 191 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.25 |
| HSL | 273º | 0.89% | 0.4% | - |
| HSV(B) | 273º | 0.94% | 0.75% | - |
| XYZ | 15.95 | 7.32 | 49.86 | - |
| YUV | 61.12 | 201.3 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 11 | 191 | 0.42 | 0.94 | 0 | 0.25 | 273 | 0.89 | 0.4 |
| Hex | 6E | B | BF | 2A | 5E | 0 | 19 | 111 | 59 | 28 |
| Octal | 156 | 13 | 277 | 52 | 136 | 0 | 31 | 421 | 131 | 50 |
| Binary | 1101110 | 1011 | 10111111 | 101010 | 1011110 | 0 | 11001 | 100010001 | 1011001 | 101000 |
Color Harmonies of #6E0BBF
Complementary color
Monochromatic Colors of #6E0BBF
Black with #6E0BBF
Text Example
Text Example
White with #6E0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0BBF; }
p { color: rgb(110,11,191); }
H1.HeaderClassName
{
color: #6E0BBF;
}
.AnyTagClassName
{
color: #6E0BBF;
}
</style>
background-color css
<style>
a { background-color: #6E0BBF; }
a { background-color: rgb(110,11,191); }
div.DivClassName
{
background-color: #6E0BBF;
}
.BgClassName
{
background-color: #6E0BBF;
}
</style>
border-color css
<style>
span { border-color: #6E0BBF; }
span { border-color: rgb(110,11,191); }
td.TdClassName
{
border-color: #6E0BBF;
}
.TagClassName
{
border-color: #6E0BBF;
}
</style>