Shades of Purple Heart #6E11AD
Tints of Purple Heart #6E11AD
RGB
CMYK
RGB Variations
Color information
#6E11AD (or 0x6E11AD) is known color: Purple Heart. HEX triplet: 6E, 11 and AD. RGB value is (110,17,173). Sum of RGB (Red+Green+Blue) = 110+17+173=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E11AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E11AD is #91EE52. Grayscale: #3E3E3E. Windows color (decimal): -9563731 or 11342190. OLE color: 11342190.
HSL color Cylindrical-coordinate representation of color #6E11AD: hue angle of 275.77º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E11AD is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 110 | 17 | 173 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.32 |
| HSL | 275.77º | 0.82% | 0.37% | - |
| HSV(B) | 275.77º | 0.9% | 0.68% | - |
| XYZ | 14.17 | 6.73 | 40.09 | - |
| YUV | 62.59 | 190.31 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 17 | 173 | 0.36 | 0.90 | 0 | 0.32 | 275.77 | 0.82 | 0.37 |
| Hex | 6E | 11 | AD | 24 | 5A | 0 | 20 | 114 | 52 | 25 |
| Octal | 156 | 21 | 255 | 44 | 132 | 0 | 40 | 424 | 122 | 45 |
| Binary | 1101110 | 10001 | 10101101 | 100100 | 1011010 | 0 | 100000 | 100010100 | 1010010 | 100101 |
Color Harmonies of #6E11AD
Complementary color
Monochromatic Colors of #6E11AD
Black with #6E11AD
Text Example
Text Example
White with #6E11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E11AD; }
p { color: rgb(110,17,173); }
H1.HeaderClassName
{
color: #6E11AD;
}
.AnyTagClassName
{
color: #6E11AD;
}
</style>
background-color css
<style>
a { background-color: #6E11AD; }
a { background-color: rgb(110,17,173); }
div.DivClassName
{
background-color: #6E11AD;
}
.BgClassName
{
background-color: #6E11AD;
}
</style>
border-color css
<style>
span { border-color: #6E11AD; }
span { border-color: rgb(110,17,173); }
td.TdClassName
{
border-color: #6E11AD;
}
.TagClassName
{
border-color: #6E11AD;
}
</style>