Shades of Purple Heart #6911AA
Tints of Purple Heart #6911AA
RGB
CMYK
RGB Variations
Color information
#6911AA (or 0x6911AA) is known color: Purple Heart. HEX triplet: 69, 11 and AA. RGB value is (105,17,170). Sum of RGB (Red+Green+Blue) = 105+17+170=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #6911AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6911AA is #96EE55. Grayscale: #3C3C3C. Windows color (decimal): -9891414 or 11145577. OLE color: 11145577.
HSL color Cylindrical-coordinate representation of color #6911AA: hue angle of 274.51º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6911AA is Cyan = 0.38, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 17 | 170 | - |
| CMYK | 0.38 | 0.9 | 0 | 0.33 |
| HSL | 274.51º | 0.82% | 0.37% | - |
| HSV(B) | 274.51º | 0.9% | 0.67% | - |
| XYZ | 13.28 | 6.31 | 38.55 | - |
| YUV | 60.75 | 189.65 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 170 | 0.38 | 0.9 | 0 | 0.33 | 274.51 | 0.82 | 0.37 |
| Hex | 69 | 11 | AA | 26 | 5A | 0 | 21 | 113 | 52 | 25 |
| Octal | 151 | 21 | 252 | 46 | 132 | 0 | 41 | 423 | 122 | 45 |
| Binary | 1101001 | 10001 | 10101010 | 100110 | 1011010 | 0 | 100001 | 100010011 | 1010010 | 100101 |
Color Harmonies of #6911AA
Complementary color
Monochromatic Colors of #6911AA
Black with #6911AA
Text Example
Text Example
White with #6911AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6911AA; }
p { color: rgb(105,17,170); }
H1.HeaderClassName
{
color: #6911AA;
}
.AnyTagClassName
{
color: #6911AA;
}
</style>
background-color css
<style>
a { background-color: #6911AA; }
a { background-color: rgb(105,17,170); }
div.DivClassName
{
background-color: #6911AA;
}
.BgClassName
{
background-color: #6911AA;
}
</style>
border-color css
<style>
span { border-color: #6911AA; }
span { border-color: rgb(105,17,170); }
td.TdClassName
{
border-color: #6911AA;
}
.TagClassName
{
border-color: #6911AA;
}
</style>