Shades of Purple Heart #6616B9
Tints of Purple Heart #6616B9
RGB
CMYK
RGB Variations
Color information
#6616B9 (or 0x6616B9) is known color: Purple Heart. HEX triplet: 66, 16 and B9. RGB value is (102,22,185). Sum of RGB (Red+Green+Blue) = 102+22+185=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 185 (72.66% from 255 or 59.87% from 309); Max value from RGB is 185 - color contains mainly: blue. Hex color #6616B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6616B9 is #99E946. Grayscale: #3F3F3F. Windows color (decimal): -10086727 or 12129894. OLE color: 12129894.
HSL color Cylindrical-coordinate representation of color #6616B9: hue angle of 269.45º 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 #6616B9 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 22 | 185 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.27 |
| HSL | 269.45º | 0.79% | 0.41% | - |
| HSV(B) | 269.45º | 0.88% | 0.73% | - |
| XYZ | 14.52 | 6.9 | 46.47 | - |
| YUV | 64.5 | 196 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 185 | 0.45 | 0.88 | 0 | 0.27 | 269.45 | 0.79 | 0.41 |
| Hex | 66 | 16 | B9 | 2D | 58 | 0 | 1B | 10D | 4F | 29 |
| Octal | 146 | 26 | 271 | 55 | 130 | 0 | 33 | 415 | 117 | 51 |
| Binary | 1100110 | 10110 | 10111001 | 101101 | 1011000 | 0 | 11011 | 100001101 | 1001111 | 101001 |
Color Harmonies of #6616B9
Complementary color
Monochromatic Colors of #6616B9
Black with #6616B9
Text Example
Text Example
White with #6616B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6616B9; }
p { color: rgb(102,22,185); }
H1.HeaderClassName
{
color: #6616B9;
}
.AnyTagClassName
{
color: #6616B9;
}
</style>
background-color css
<style>
a { background-color: #6616B9; }
a { background-color: rgb(102,22,185); }
div.DivClassName
{
background-color: #6616B9;
}
.BgClassName
{
background-color: #6616B9;
}
</style>
border-color css
<style>
span { border-color: #6616B9; }
span { border-color: rgb(102,22,185); }
td.TdClassName
{
border-color: #6616B9;
}
.TagClassName
{
border-color: #6616B9;
}
</style>