Shades of Purple Heart #6E0AAB
Tints of Purple Heart #6E0AAB
RGB
CMYK
RGB Variations
Color information
#6E0AAB (or 0x6E0AAB) is known color: Purple Heart. HEX triplet: 6E, 0A and AB. RGB value is (110,10,171). Sum of RGB (Red+Green+Blue) = 110+10+171=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E0AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0AAB is #91F554. Grayscale: #393939. Windows color (decimal): -9565525 or 11209326. OLE color: 11209326.
HSL color Cylindrical-coordinate representation of color #6E0AAB: hue angle of 277.27º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0AAB is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 10 | 171 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.33 |
| HSL | 277.27º | 0.89% | 0.35% | - |
| HSV(B) | 277.27º | 0.94% | 0.67% | - |
| XYZ | 13.89 | 6.47 | 39.05 | - |
| YUV | 58.25 | 191.63 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 10 | 171 | 0.36 | 0.94 | 0 | 0.33 | 277.27 | 0.89 | 0.35 |
| Hex | 6E | A | AB | 24 | 5E | 0 | 21 | 115 | 59 | 23 |
| Octal | 156 | 12 | 253 | 44 | 136 | 0 | 41 | 425 | 131 | 43 |
| Binary | 1101110 | 1010 | 10101011 | 100100 | 1011110 | 0 | 100001 | 100010101 | 1011001 | 100011 |
Color Harmonies of #6E0AAB
Complementary color
Monochromatic Colors of #6E0AAB
Black with #6E0AAB
Text Example
Text Example
White with #6E0AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0AAB; }
p { color: rgb(110,10,171); }
H1.HeaderClassName
{
color: #6E0AAB;
}
.AnyTagClassName
{
color: #6E0AAB;
}
</style>
background-color css
<style>
a { background-color: #6E0AAB; }
a { background-color: rgb(110,10,171); }
div.DivClassName
{
background-color: #6E0AAB;
}
.BgClassName
{
background-color: #6E0AAB;
}
</style>
border-color css
<style>
span { border-color: #6E0AAB; }
span { border-color: rgb(110,10,171); }
td.TdClassName
{
border-color: #6E0AAB;
}
.TagClassName
{
border-color: #6E0AAB;
}
</style>