Shades of Purple Heart #6E3EBA
Tints of Purple Heart #6E3EBA
RGB
CMYK
RGB Variations
Color information
#6E3EBA (or 0x6E3EBA) is known color: Purple Heart. HEX triplet: 6E, 3E and BA. RGB value is (110,62,186). Sum of RGB (Red+Green+Blue) = 110+62+186=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3EBA is #91C145. Grayscale: #5A5A5A. Windows color (decimal): -9552198 or 12205678. OLE color: 12205678.
HSL color Cylindrical-coordinate representation of color #6E3EBA: hue angle of 263.23º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E3EBA is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 62 | 186 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.27 |
| HSL | 263.23º | 0.5% | 0.49% | - |
| HSV(B) | 263.23º | 0.67% | 0.73% | - |
| XYZ | 17.02 | 10.31 | 47.55 | - |
| YUV | 90.49 | 181.9 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 186 | 0.41 | 0.67 | 0 | 0.27 | 263.23 | 0.5 | 0.49 |
| Hex | 6E | 3E | BA | 29 | 43 | 0 | 1B | 107 | 32 | 31 |
| Octal | 156 | 76 | 272 | 51 | 103 | 0 | 33 | 407 | 62 | 61 |
| Binary | 1101110 | 111110 | 10111010 | 101001 | 1000011 | 0 | 11011 | 100000111 | 110010 | 110001 |
Color Harmonies of #6E3EBA
Complementary color
Monochromatic Colors of #6E3EBA
Black with #6E3EBA
Text Example
Text Example
White with #6E3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3EBA; }
p { color: rgb(110,62,186); }
H1.HeaderClassName
{
color: #6E3EBA;
}
.AnyTagClassName
{
color: #6E3EBA;
}
</style>
background-color css
<style>
a { background-color: #6E3EBA; }
a { background-color: rgb(110,62,186); }
div.DivClassName
{
background-color: #6E3EBA;
}
.BgClassName
{
background-color: #6E3EBA;
}
</style>
border-color css
<style>
span { border-color: #6E3EBA; }
span { border-color: rgb(110,62,186); }
td.TdClassName
{
border-color: #6E3EBA;
}
.TagClassName
{
border-color: #6E3EBA;
}
</style>