Shades of Purple Heart #6A0AAA
Tints of Purple Heart #6A0AAA
RGB
CMYK
RGB Variations
Color information
#6A0AAA (or 0x6A0AAA) is known color: Purple Heart. HEX triplet: 6A, 0A and AA. RGB value is (106,10,170). Sum of RGB (Red+Green+Blue) = 106+10+170=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A0AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0AAA is #95F555. Grayscale: #383838. Windows color (decimal): -9827670 or 11143786. OLE color: 11143786.
HSL color Cylindrical-coordinate representation of color #6A0AAA: hue angle of 276º 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 #6A0AAA is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 10 | 170 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.33 |
| HSL | 276º | 0.89% | 0.35% | - |
| HSV(B) | 276º | 0.94% | 0.67% | - |
| XYZ | 13.31 | 6.18 | 38.52 | - |
| YUV | 56.94 | 191.8 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 10 | 170 | 0.38 | 0.94 | 0 | 0.33 | 276 | 0.89 | 0.35 |
| Hex | 6A | A | AA | 26 | 5E | 0 | 21 | 114 | 59 | 23 |
| Octal | 152 | 12 | 252 | 46 | 136 | 0 | 41 | 424 | 131 | 43 |
| Binary | 1101010 | 1010 | 10101010 | 100110 | 1011110 | 0 | 100001 | 100010100 | 1011001 | 100011 |
Color Harmonies of #6A0AAA
Complementary color
Monochromatic Colors of #6A0AAA
Black with #6A0AAA
Text Example
Text Example
White with #6A0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0AAA; }
p { color: rgb(106,10,170); }
H1.HeaderClassName
{
color: #6A0AAA;
}
.AnyTagClassName
{
color: #6A0AAA;
}
</style>
background-color css
<style>
a { background-color: #6A0AAA; }
a { background-color: rgb(106,10,170); }
div.DivClassName
{
background-color: #6A0AAA;
}
.BgClassName
{
background-color: #6A0AAA;
}
</style>
border-color css
<style>
span { border-color: #6A0AAA; }
span { border-color: rgb(106,10,170); }
td.TdClassName
{
border-color: #6A0AAA;
}
.TagClassName
{
border-color: #6A0AAA;
}
</style>