Shades of Purple Heart #6616BA
Tints of Purple Heart #6616BA
RGB
CMYK
RGB Variations
Color information
#6616BA (or 0x6616BA) is known color: Purple Heart. HEX triplet: 66, 16 and BA. RGB value is (102,22,186). Sum of RGB (Red+Green+Blue) = 102+22+186=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #6616BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6616BA is #99E945. Grayscale: #404040. Windows color (decimal): -10086726 or 12195430. OLE color: 12195430.
HSL color Cylindrical-coordinate representation of color #6616BA: hue angle of 269.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6616BA is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 22 | 186 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.27 |
| HSL | 269.27º | 0.79% | 0.41% | - |
| HSV(B) | 269.27º | 0.88% | 0.73% | - |
| XYZ | 14.63 | 6.94 | 47.02 | - |
| YUV | 64.62 | 196.5 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 186 | 0.45 | 0.88 | 0 | 0.27 | 269.27 | 0.79 | 0.41 |
| Hex | 66 | 16 | BA | 2D | 58 | 0 | 1B | 10D | 4F | 29 |
| Octal | 146 | 26 | 272 | 55 | 130 | 0 | 33 | 415 | 117 | 51 |
| Binary | 1100110 | 10110 | 10111010 | 101101 | 1011000 | 0 | 11011 | 100001101 | 1001111 | 101001 |
Color Harmonies of #6616BA
Complementary color
Monochromatic Colors of #6616BA
Black with #6616BA
Text Example
Text Example
White with #6616BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6616BA; }
p { color: rgb(102,22,186); }
H1.HeaderClassName
{
color: #6616BA;
}
.AnyTagClassName
{
color: #6616BA;
}
</style>
background-color css
<style>
a { background-color: #6616BA; }
a { background-color: rgb(102,22,186); }
div.DivClassName
{
background-color: #6616BA;
}
.BgClassName
{
background-color: #6616BA;
}
</style>
border-color css
<style>
span { border-color: #6616BA; }
span { border-color: rgb(102,22,186); }
td.TdClassName
{
border-color: #6616BA;
}
.TagClassName
{
border-color: #6616BA;
}
</style>