Shades of Purple Heart #6A0CAA
Tints of Purple Heart #6A0CAA
RGB
CMYK
RGB Variations
Color information
#6A0CAA (or 0x6A0CAA) is known color: Purple Heart. HEX triplet: 6A, 0C and AA. RGB value is (106,12,170). Sum of RGB (Red+Green+Blue) = 106+12+170=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A0CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0CAA is #95F355. Grayscale: #393939. Windows color (decimal): -9827158 or 11144298. OLE color: 11144298.
HSL color Cylindrical-coordinate representation of color #6A0CAA: hue angle of 275.7º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A0CAA is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 12 | 170 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.33 |
| HSL | 275.7º | 0.87% | 0.36% | - |
| HSV(B) | 275.7º | 0.93% | 0.67% | - |
| XYZ | 13.33 | 6.23 | 38.53 | - |
| YUV | 58.12 | 191.14 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 12 | 170 | 0.38 | 0.93 | 0 | 0.33 | 275.7 | 0.87 | 0.36 |
| Hex | 6A | C | AA | 26 | 5D | 0 | 21 | 114 | 57 | 24 |
| Octal | 152 | 14 | 252 | 46 | 135 | 0 | 41 | 424 | 127 | 44 |
| Binary | 1101010 | 1100 | 10101010 | 100110 | 1011101 | 0 | 100001 | 100010100 | 1010111 | 100100 |
Color Harmonies of #6A0CAA
Complementary color
Monochromatic Colors of #6A0CAA
Black with #6A0CAA
Text Example
Text Example
White with #6A0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0CAA; }
p { color: rgb(106,12,170); }
H1.HeaderClassName
{
color: #6A0CAA;
}
.AnyTagClassName
{
color: #6A0CAA;
}
</style>
background-color css
<style>
a { background-color: #6A0CAA; }
a { background-color: rgb(106,12,170); }
div.DivClassName
{
background-color: #6A0CAA;
}
.BgClassName
{
background-color: #6A0CAA;
}
</style>
border-color css
<style>
span { border-color: #6A0CAA; }
span { border-color: rgb(106,12,170); }
td.TdClassName
{
border-color: #6A0CAA;
}
.TagClassName
{
border-color: #6A0CAA;
}
</style>