Shades of Purple Heart #6616AE
Tints of Purple Heart #6616AE
RGB
CMYK
RGB Variations
Color information
#6616AE (or 0x6616AE) is known color: Purple Heart. HEX triplet: 66, 16 and AE. RGB value is (102,22,174). Sum of RGB (Red+Green+Blue) = 102+22+174=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #6616AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6616AE is #99E951. Grayscale: #3E3E3E. Windows color (decimal): -10086738 or 11408998. OLE color: 11408998.
HSL color Cylindrical-coordinate representation of color #6616AE: hue angle of 271.58º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6616AE is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 22 | 174 | - |
| CMYK | 0.41 | 0.87 | 0 | 0.32 |
| HSL | 271.58º | 0.78% | 0.38% | - |
| HSV(B) | 271.58º | 0.87% | 0.68% | - |
| XYZ | 13.41 | 6.45 | 40.58 | - |
| YUV | 63.25 | 190.5 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 174 | 0.41 | 0.87 | 0 | 0.32 | 271.58 | 0.78 | 0.38 |
| Hex | 66 | 16 | AE | 29 | 57 | 0 | 20 | 110 | 4E | 26 |
| Octal | 146 | 26 | 256 | 51 | 127 | 0 | 40 | 420 | 116 | 46 |
| Binary | 1100110 | 10110 | 10101110 | 101001 | 1010111 | 0 | 100000 | 100010000 | 1001110 | 100110 |
Color Harmonies of #6616AE
Complementary color
Monochromatic Colors of #6616AE
Black with #6616AE
Text Example
Text Example
White with #6616AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6616AE; }
p { color: rgb(102,22,174); }
H1.HeaderClassName
{
color: #6616AE;
}
.AnyTagClassName
{
color: #6616AE;
}
</style>
background-color css
<style>
a { background-color: #6616AE; }
a { background-color: rgb(102,22,174); }
div.DivClassName
{
background-color: #6616AE;
}
.BgClassName
{
background-color: #6616AE;
}
</style>
border-color css
<style>
span { border-color: #6616AE; }
span { border-color: rgb(102,22,174); }
td.TdClassName
{
border-color: #6616AE;
}
.TagClassName
{
border-color: #6616AE;
}
</style>