Shades of Purple Heart #6E0AAF
Tints of Purple Heart #6E0AAF
RGB
CMYK
RGB Variations
Color information
#6E0AAF (or 0x6E0AAF) is known color: Purple Heart. HEX triplet: 6E, 0A and AF. RGB value is (110,10,175). Sum of RGB (Red+Green+Blue) = 110+10+175=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E0AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0AAF is #91F550. Grayscale: #3A3A3A. Windows color (decimal): -9565521 or 11471470. OLE color: 11471470.
HSL color Cylindrical-coordinate representation of color #6E0AAF: hue angle of 276.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0AAF is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 10 | 175 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.31 |
| HSL | 276.36º | 0.89% | 0.36% | - |
| HSV(B) | 276.36º | 0.94% | 0.69% | - |
| XYZ | 14.28 | 6.63 | 41.08 | - |
| YUV | 58.71 | 193.63 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 10 | 175 | 0.37 | 0.94 | 0 | 0.31 | 276.36 | 0.89 | 0.36 |
| Hex | 6E | A | AF | 25 | 5E | 0 | 1F | 114 | 59 | 24 |
| Octal | 156 | 12 | 257 | 45 | 136 | 0 | 37 | 424 | 131 | 44 |
| Binary | 1101110 | 1010 | 10101111 | 100101 | 1011110 | 0 | 11111 | 100010100 | 1011001 | 100100 |
Color Harmonies of #6E0AAF
Complementary color
Monochromatic Colors of #6E0AAF
Black with #6E0AAF
Text Example
Text Example
White with #6E0AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0AAF; }
p { color: rgb(110,10,175); }
H1.HeaderClassName
{
color: #6E0AAF;
}
.AnyTagClassName
{
color: #6E0AAF;
}
</style>
background-color css
<style>
a { background-color: #6E0AAF; }
a { background-color: rgb(110,10,175); }
div.DivClassName
{
background-color: #6E0AAF;
}
.BgClassName
{
background-color: #6E0AAF;
}
</style>
border-color css
<style>
span { border-color: #6E0AAF; }
span { border-color: rgb(110,10,175); }
td.TdClassName
{
border-color: #6E0AAF;
}
.TagClassName
{
border-color: #6E0AAF;
}
</style>