Shades of Purple Heart #6616AC
Tints of Purple Heart #6616AC
RGB
CMYK
RGB Variations
Color information
#6616AC (or 0x6616AC) is known color: Purple Heart. HEX triplet: 66, 16 and AC. RGB value is (102,22,172). Sum of RGB (Red+Green+Blue) = 102+22+172=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #6616AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6616AC is #99E953. Grayscale: #3E3E3E. Windows color (decimal): -10086740 or 11277926. OLE color: 11277926.
HSL color Cylindrical-coordinate representation of color #6616AC: hue angle of 272º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6616AC is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 22 | 172 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.33 |
| HSL | 272º | 0.77% | 0.38% | - |
| HSV(B) | 272º | 0.87% | 0.67% | - |
| XYZ | 13.21 | 6.38 | 39.56 | - |
| YUV | 63.02 | 189.5 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 172 | 0.41 | 0.87 | 0 | 0.33 | 272 | 0.77 | 0.38 |
| Hex | 66 | 16 | AC | 29 | 57 | 0 | 21 | 110 | 4D | 26 |
| Octal | 146 | 26 | 254 | 51 | 127 | 0 | 41 | 420 | 115 | 46 |
| Binary | 1100110 | 10110 | 10101100 | 101001 | 1010111 | 0 | 100001 | 100010000 | 1001101 | 100110 |
Color Harmonies of #6616AC
Complementary color
Monochromatic Colors of #6616AC
Black with #6616AC
Text Example
Text Example
White with #6616AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6616AC; }
p { color: rgb(102,22,172); }
H1.HeaderClassName
{
color: #6616AC;
}
.AnyTagClassName
{
color: #6616AC;
}
</style>
background-color css
<style>
a { background-color: #6616AC; }
a { background-color: rgb(102,22,172); }
div.DivClassName
{
background-color: #6616AC;
}
.BgClassName
{
background-color: #6616AC;
}
</style>
border-color css
<style>
span { border-color: #6616AC; }
span { border-color: rgb(102,22,172); }
td.TdClassName
{
border-color: #6616AC;
}
.TagClassName
{
border-color: #6616AC;
}
</style>