Shades of Purple Heart #6E14BB
Tints of Purple Heart #6E14BB
RGB
CMYK
RGB Variations
Color information
#6E14BB (or 0x6E14BB) is known color: Purple Heart. HEX triplet: 6E, 14 and BB. RGB value is (110,20,187). Sum of RGB (Red+Green+Blue) = 110+20+187=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E14BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E14BB is #91EB44. Grayscale: #414141. Windows color (decimal): -9562949 or 12260462. OLE color: 12260462.
HSL color Cylindrical-coordinate representation of color #6E14BB: hue angle of 272.34º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E14BB is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 20 | 187 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.27 |
| HSL | 272.34º | 0.81% | 0.41% | - |
| HSV(B) | 272.34º | 0.89% | 0.73% | - |
| XYZ | 15.65 | 7.4 | 47.62 | - |
| YUV | 65.95 | 196.32 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 187 | 0.41 | 0.89 | 0 | 0.27 | 272.34 | 0.81 | 0.41 |
| Hex | 6E | 14 | BB | 29 | 59 | 0 | 1B | 110 | 51 | 29 |
| Octal | 156 | 24 | 273 | 51 | 131 | 0 | 33 | 420 | 121 | 51 |
| Binary | 1101110 | 10100 | 10111011 | 101001 | 1011001 | 0 | 11011 | 100010000 | 1010001 | 101001 |
Color Harmonies of #6E14BB
Complementary color
Monochromatic Colors of #6E14BB
Black with #6E14BB
Text Example
Text Example
White with #6E14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E14BB; }
p { color: rgb(110,20,187); }
H1.HeaderClassName
{
color: #6E14BB;
}
.AnyTagClassName
{
color: #6E14BB;
}
</style>
background-color css
<style>
a { background-color: #6E14BB; }
a { background-color: rgb(110,20,187); }
div.DivClassName
{
background-color: #6E14BB;
}
.BgClassName
{
background-color: #6E14BB;
}
</style>
border-color css
<style>
span { border-color: #6E14BB; }
span { border-color: rgb(110,20,187); }
td.TdClassName
{
border-color: #6E14BB;
}
.TagClassName
{
border-color: #6E14BB;
}
</style>