Shades of Purple Heart #6E0CBB
Tints of Purple Heart #6E0CBB
RGB
CMYK
RGB Variations
Color information
#6E0CBB (or 0x6E0CBB) is known color: Purple Heart. HEX triplet: 6E, 0C and BB. RGB value is (110,12,187). Sum of RGB (Red+Green+Blue) = 110+12+187=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E0CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0CBB is #91F344. Grayscale: #3C3C3C. Windows color (decimal): -9564997 or 12258414. OLE color: 12258414.
HSL color Cylindrical-coordinate representation of color #6E0CBB: hue angle of 273.6º degrees, saturation: 0.88, 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 #6E0CBB is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 12 | 187 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.27 |
| HSL | 273.6º | 0.88% | 0.39% | - |
| HSV(B) | 273.6º | 0.94% | 0.73% | - |
| XYZ | 15.53 | 7.17 | 47.58 | - |
| YUV | 61.25 | 198.97 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 12 | 187 | 0.41 | 0.94 | 0 | 0.27 | 273.6 | 0.88 | 0.39 |
| Hex | 6E | C | BB | 29 | 5E | 0 | 1B | 112 | 58 | 27 |
| Octal | 156 | 14 | 273 | 51 | 136 | 0 | 33 | 422 | 130 | 47 |
| Binary | 1101110 | 1100 | 10111011 | 101001 | 1011110 | 0 | 11011 | 100010010 | 1011000 | 100111 |
Color Harmonies of #6E0CBB
Complementary color
Monochromatic Colors of #6E0CBB
Black with #6E0CBB
Text Example
Text Example
White with #6E0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0CBB; }
p { color: rgb(110,12,187); }
H1.HeaderClassName
{
color: #6E0CBB;
}
.AnyTagClassName
{
color: #6E0CBB;
}
</style>
background-color css
<style>
a { background-color: #6E0CBB; }
a { background-color: rgb(110,12,187); }
div.DivClassName
{
background-color: #6E0CBB;
}
.BgClassName
{
background-color: #6E0CBB;
}
</style>
border-color css
<style>
span { border-color: #6E0CBB; }
span { border-color: rgb(110,12,187); }
td.TdClassName
{
border-color: #6E0CBB;
}
.TagClassName
{
border-color: #6E0CBB;
}
</style>