Shades of Purple Heart #6911AC
Tints of Purple Heart #6911AC
RGB
CMYK
RGB Variations
Color information
#6911AC (or 0x6911AC) is known color: Purple Heart. HEX triplet: 69, 11 and AC. RGB value is (105,17,172). Sum of RGB (Red+Green+Blue) = 105+17+172=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #6911AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6911AC is #96EE53. Grayscale: #3C3C3C. Windows color (decimal): -9891412 or 11276649. OLE color: 11276649.
HSL color Cylindrical-coordinate representation of color #6911AC: hue angle of 274.06º 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 #6911AC is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 17 | 172 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.33 |
| HSL | 274.06º | 0.82% | 0.37% | - |
| HSV(B) | 274.06º | 0.9% | 0.67% | - |
| XYZ | 13.47 | 6.38 | 39.55 | - |
| YUV | 60.98 | 190.65 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 172 | 0.39 | 0.90 | 0 | 0.33 | 274.06 | 0.82 | 0.37 |
| Hex | 69 | 11 | AC | 27 | 5A | 0 | 21 | 112 | 52 | 25 |
| Octal | 151 | 21 | 254 | 47 | 132 | 0 | 41 | 422 | 122 | 45 |
| Binary | 1101001 | 10001 | 10101100 | 100111 | 1011010 | 0 | 100001 | 100010010 | 1010010 | 100101 |
Color Harmonies of #6911AC
Complementary color
Monochromatic Colors of #6911AC
Black with #6911AC
Text Example
Text Example
White with #6911AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6911AC; }
p { color: rgb(105,17,172); }
H1.HeaderClassName
{
color: #6911AC;
}
.AnyTagClassName
{
color: #6911AC;
}
</style>
background-color css
<style>
a { background-color: #6911AC; }
a { background-color: rgb(105,17,172); }
div.DivClassName
{
background-color: #6911AC;
}
.BgClassName
{
background-color: #6911AC;
}
</style>
border-color css
<style>
span { border-color: #6911AC; }
span { border-color: rgb(105,17,172); }
td.TdClassName
{
border-color: #6911AC;
}
.TagClassName
{
border-color: #6911AC;
}
</style>