Shades of Purple Heart #6E0DBA
Tints of Purple Heart #6E0DBA
RGB
CMYK
RGB Variations
Color information
#6E0DBA (or 0x6E0DBA) is known color: Purple Heart. HEX triplet: 6E, 0D and BA. RGB value is (110,13,186). Sum of RGB (Red+Green+Blue) = 110+13+186=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E0DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0DBA is #91F245. Grayscale: #3D3D3D. Windows color (decimal): -9564742 or 12193134. OLE color: 12193134.
HSL color Cylindrical-coordinate representation of color #6E0DBA: hue angle of 273.64º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0DBA is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 110 | 13 | 186 | - |
| CMYK | 0.41 | 0.93 | 0 | 0.27 |
| HSL | 273.64º | 0.87% | 0.39% | - |
| HSV(B) | 273.64º | 0.93% | 0.73% | - |
| XYZ | 15.44 | 7.15 | 47.02 | - |
| YUV | 61.73 | 198.14 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 13 | 186 | 0.41 | 0.93 | 0 | 0.27 | 273.64 | 0.87 | 0.39 |
| Hex | 6E | D | BA | 29 | 5D | 0 | 1B | 112 | 57 | 27 |
| Octal | 156 | 15 | 272 | 51 | 135 | 0 | 33 | 422 | 127 | 47 |
| Binary | 1101110 | 1101 | 10111010 | 101001 | 1011101 | 0 | 11011 | 100010010 | 1010111 | 100111 |
Color Harmonies of #6E0DBA
Complementary color
Monochromatic Colors of #6E0DBA
Black with #6E0DBA
Text Example
Text Example
White with #6E0DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0DBA; }
p { color: rgb(110,13,186); }
H1.HeaderClassName
{
color: #6E0DBA;
}
.AnyTagClassName
{
color: #6E0DBA;
}
</style>
background-color css
<style>
a { background-color: #6E0DBA; }
a { background-color: rgb(110,13,186); }
div.DivClassName
{
background-color: #6E0DBA;
}
.BgClassName
{
background-color: #6E0DBA;
}
</style>
border-color css
<style>
span { border-color: #6E0DBA; }
span { border-color: rgb(110,13,186); }
td.TdClassName
{
border-color: #6E0DBA;
}
.TagClassName
{
border-color: #6E0DBA;
}
</style>