Shades of Purple Heart #6E2BBD
Tints of Purple Heart #6E2BBD
RGB
CMYK
RGB Variations
Color information
#6E2BBD (or 0x6E2BBD) is known color: Purple Heart. HEX triplet: 6E, 2B and BD. RGB value is (110,43,189). Sum of RGB (Red+Green+Blue) = 110+43+189=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E2BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2BBD is #91D442. Grayscale: #4F4F4F. Windows color (decimal): -9557059 or 12397422. OLE color: 12397422.
HSL color Cylindrical-coordinate representation of color #6E2BBD: hue angle of 267.53º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E2BBD is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 43 | 189 | - |
| CMYK | 0.42 | 0.77 | 0 | 0.26 |
| HSL | 267.53º | 0.63% | 0.45% | - |
| HSV(B) | 267.53º | 0.77% | 0.74% | - |
| XYZ | 16.48 | 8.72 | 48.96 | - |
| YUV | 79.68 | 189.7 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 43 | 189 | 0.42 | 0.77 | 0 | 0.26 | 267.53 | 0.63 | 0.45 |
| Hex | 6E | 2B | BD | 2A | 4D | 0 | 1A | 10C | 3F | 2D |
| Octal | 156 | 53 | 275 | 52 | 115 | 0 | 32 | 414 | 77 | 55 |
| Binary | 1101110 | 101011 | 10111101 | 101010 | 1001101 | 0 | 11010 | 100001100 | 111111 | 101101 |
Color Harmonies of #6E2BBD
Complementary color
Monochromatic Colors of #6E2BBD
Black with #6E2BBD
Text Example
Text Example
White with #6E2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2BBD; }
p { color: rgb(110,43,189); }
H1.HeaderClassName
{
color: #6E2BBD;
}
.AnyTagClassName
{
color: #6E2BBD;
}
</style>
background-color css
<style>
a { background-color: #6E2BBD; }
a { background-color: rgb(110,43,189); }
div.DivClassName
{
background-color: #6E2BBD;
}
.BgClassName
{
background-color: #6E2BBD;
}
</style>
border-color css
<style>
span { border-color: #6E2BBD; }
span { border-color: rgb(110,43,189); }
td.TdClassName
{
border-color: #6E2BBD;
}
.TagClassName
{
border-color: #6E2BBD;
}
</style>