Shades of Purple Heart #6E1BBA
Tints of Purple Heart #6E1BBA
RGB
CMYK
RGB Variations
Color information
#6E1BBA (or 0x6E1BBA) is known color: Purple Heart. HEX triplet: 6E, 1B and BA. RGB value is (110,27,186). Sum of RGB (Red+Green+Blue) = 110+27+186=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E1BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1BBA is #91E445. Grayscale: #454545. Windows color (decimal): -9561158 or 12196718. OLE color: 12196718.
HSL color Cylindrical-coordinate representation of color #6E1BBA: hue angle of 271.32º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1BBA is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 27 | 186 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.27 |
| HSL | 271.32º | 0.75% | 0.42% | - |
| HSV(B) | 271.32º | 0.85% | 0.73% | - |
| XYZ | 15.69 | 7.64 | 47.1 | - |
| YUV | 69.94 | 193.5 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 27 | 186 | 0.41 | 0.85 | 0 | 0.27 | 271.32 | 0.75 | 0.42 |
| Hex | 6E | 1B | BA | 29 | 55 | 0 | 1B | 10F | 4B | 2A |
| Octal | 156 | 33 | 272 | 51 | 125 | 0 | 33 | 417 | 113 | 52 |
| Binary | 1101110 | 11011 | 10111010 | 101001 | 1010101 | 0 | 11011 | 100001111 | 1001011 | 101010 |
Color Harmonies of #6E1BBA
Complementary color
Monochromatic Colors of #6E1BBA
Black with #6E1BBA
Text Example
Text Example
White with #6E1BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1BBA; }
p { color: rgb(110,27,186); }
H1.HeaderClassName
{
color: #6E1BBA;
}
.AnyTagClassName
{
color: #6E1BBA;
}
</style>
background-color css
<style>
a { background-color: #6E1BBA; }
a { background-color: rgb(110,27,186); }
div.DivClassName
{
background-color: #6E1BBA;
}
.BgClassName
{
background-color: #6E1BBA;
}
</style>
border-color css
<style>
span { border-color: #6E1BBA; }
span { border-color: rgb(110,27,186); }
td.TdClassName
{
border-color: #6E1BBA;
}
.TagClassName
{
border-color: #6E1BBA;
}
</style>