Shades of Purple Heart #6716BB
Tints of Purple Heart #6716BB
RGB
CMYK
RGB Variations
Color information
#6716BB (or 0x6716BB) is known color: Purple Heart. HEX triplet: 67, 16 and BB. RGB value is (103,22,187). Sum of RGB (Red+Green+Blue) = 103+22+187=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #6716BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6716BB is #98E944. Grayscale: #404040. Windows color (decimal): -10021189 or 12260967. OLE color: 12260967.
HSL color Cylindrical-coordinate representation of color #6716BB: 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 #6716BB is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 22 | 187 | - |
| 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.85 | 7.05 | 47.59 | - |
| YUV | 65.03 | 196.84 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 187 | 0.45 | 0.88 | 0 | 0.27 | 269.45 | 0.79 | 0.41 |
| Hex | 67 | 16 | BB | 2D | 58 | 0 | 1B | 10D | 4F | 29 |
| Octal | 147 | 26 | 273 | 55 | 130 | 0 | 33 | 415 | 117 | 51 |
| Binary | 1100111 | 10110 | 10111011 | 101101 | 1011000 | 0 | 11011 | 100001101 | 1001111 | 101001 |
Color Harmonies of #6716BB
Complementary color
Monochromatic Colors of #6716BB
Black with #6716BB
Text Example
Text Example
White with #6716BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6716BB; }
p { color: rgb(103,22,187); }
H1.HeaderClassName
{
color: #6716BB;
}
.AnyTagClassName
{
color: #6716BB;
}
</style>
background-color css
<style>
a { background-color: #6716BB; }
a { background-color: rgb(103,22,187); }
div.DivClassName
{
background-color: #6716BB;
}
.BgClassName
{
background-color: #6716BB;
}
</style>
border-color css
<style>
span { border-color: #6716BB; }
span { border-color: rgb(103,22,187); }
td.TdClassName
{
border-color: #6716BB;
}
.TagClassName
{
border-color: #6716BB;
}
</style>