Shades of Purple Heart #6E1EBA
Tints of Purple Heart #6E1EBA
RGB
CMYK
RGB Variations
Color information
#6E1EBA (or 0x6E1EBA) is known color: Purple Heart. HEX triplet: 6E, 1E and BA. RGB value is (110,30,186). Sum of RGB (Red+Green+Blue) = 110+30+186=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E1EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1EBA is #91E145. Grayscale: #474747. Windows color (decimal): -9560390 or 12197486. OLE color: 12197486.
HSL color Cylindrical-coordinate representation of color #6E1EBA: hue angle of 270.77º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1EBA is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 30 | 186 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.27 |
| HSL | 270.77º | 0.72% | 0.42% | - |
| HSV(B) | 270.77º | 0.84% | 0.73% | - |
| XYZ | 15.76 | 7.79 | 47.13 | - |
| YUV | 71.7 | 192.5 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 30 | 186 | 0.41 | 0.84 | 0 | 0.27 | 270.77 | 0.72 | 0.42 |
| Hex | 6E | 1E | BA | 29 | 54 | 0 | 1B | 10F | 48 | 2A |
| Octal | 156 | 36 | 272 | 51 | 124 | 0 | 33 | 417 | 110 | 52 |
| Binary | 1101110 | 11110 | 10111010 | 101001 | 1010100 | 0 | 11011 | 100001111 | 1001000 | 101010 |
Color Harmonies of #6E1EBA
Complementary color
Monochromatic Colors of #6E1EBA
Black with #6E1EBA
Text Example
Text Example
White with #6E1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1EBA; }
p { color: rgb(110,30,186); }
H1.HeaderClassName
{
color: #6E1EBA;
}
.AnyTagClassName
{
color: #6E1EBA;
}
</style>
background-color css
<style>
a { background-color: #6E1EBA; }
a { background-color: rgb(110,30,186); }
div.DivClassName
{
background-color: #6E1EBA;
}
.BgClassName
{
background-color: #6E1EBA;
}
</style>
border-color css
<style>
span { border-color: #6E1EBA; }
span { border-color: rgb(110,30,186); }
td.TdClassName
{
border-color: #6E1EBA;
}
.TagClassName
{
border-color: #6E1EBA;
}
</style>