Shades of Purple Heart #6E2BBF
Tints of Purple Heart #6E2BBF
RGB
CMYK
RGB Variations
Color information
#6E2BBF (or 0x6E2BBF) is known color: Purple Heart. HEX triplet: 6E, 2B and BF. RGB value is (110,43,191). Sum of RGB (Red+Green+Blue) = 110+43+191=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 43 (17.19% from 255 or 12.5% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E2BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2BBF is #91D440. Grayscale: #4F4F4F. Windows color (decimal): -9557057 or 12528494. OLE color: 12528494.
HSL color Cylindrical-coordinate representation of color #6E2BBF: hue angle of 267.16º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E2BBF is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 43 | 191 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.25 |
| HSL | 267.16º | 0.63% | 0.46% | - |
| HSV(B) | 267.16º | 0.77% | 0.75% | - |
| XYZ | 16.7 | 8.8 | 50.11 | - |
| YUV | 79.91 | 190.7 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 43 | 191 | 0.42 | 0.77 | 0 | 0.25 | 267.16 | 0.63 | 0.46 |
| Hex | 6E | 2B | BF | 2A | 4D | 0 | 19 | 10B | 3F | 2E |
| Octal | 156 | 53 | 277 | 52 | 115 | 0 | 31 | 413 | 77 | 56 |
| Binary | 1101110 | 101011 | 10111111 | 101010 | 1001101 | 0 | 11001 | 100001011 | 111111 | 101110 |
Color Harmonies of #6E2BBF
Complementary color
Monochromatic Colors of #6E2BBF
Black with #6E2BBF
Text Example
Text Example
White with #6E2BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2BBF; }
p { color: rgb(110,43,191); }
H1.HeaderClassName
{
color: #6E2BBF;
}
.AnyTagClassName
{
color: #6E2BBF;
}
</style>
background-color css
<style>
a { background-color: #6E2BBF; }
a { background-color: rgb(110,43,191); }
div.DivClassName
{
background-color: #6E2BBF;
}
.BgClassName
{
background-color: #6E2BBF;
}
</style>
border-color css
<style>
span { border-color: #6E2BBF; }
span { border-color: rgb(110,43,191); }
td.TdClassName
{
border-color: #6E2BBF;
}
.TagClassName
{
border-color: #6E2BBF;
}
</style>