Shades of Purple Heart #6617BA
Tints of Purple Heart #6617BA
RGB
CMYK
RGB Variations
Color information
#6617BA (or 0x6617BA) is known color: Purple Heart. HEX triplet: 66, 17 and BA. RGB value is (102,23,186). Sum of RGB (Red+Green+Blue) = 102+23+186=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #6617BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6617BA is #99E845. Grayscale: #404040. Windows color (decimal): -10086470 or 12195686. OLE color: 12195686.
HSL color Cylindrical-coordinate representation of color #6617BA: hue angle of 269.08º degrees, saturation: 0.78, 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 #6617BA is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 23 | 186 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.27 |
| HSL | 269.08º | 0.78% | 0.41% | - |
| HSV(B) | 269.08º | 0.88% | 0.73% | - |
| XYZ | 14.65 | 6.98 | 47.03 | - |
| YUV | 65.2 | 196.17 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 186 | 0.45 | 0.88 | 0 | 0.27 | 269.08 | 0.78 | 0.41 |
| Hex | 66 | 17 | BA | 2D | 58 | 0 | 1B | 10D | 4E | 29 |
| Octal | 146 | 27 | 272 | 55 | 130 | 0 | 33 | 415 | 116 | 51 |
| Binary | 1100110 | 10111 | 10111010 | 101101 | 1011000 | 0 | 11011 | 100001101 | 1001110 | 101001 |
Color Harmonies of #6617BA
Complementary color
Monochromatic Colors of #6617BA
Black with #6617BA
Text Example
Text Example
White with #6617BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6617BA; }
p { color: rgb(102,23,186); }
H1.HeaderClassName
{
color: #6617BA;
}
.AnyTagClassName
{
color: #6617BA;
}
</style>
background-color css
<style>
a { background-color: #6617BA; }
a { background-color: rgb(102,23,186); }
div.DivClassName
{
background-color: #6617BA;
}
.BgClassName
{
background-color: #6617BA;
}
</style>
border-color css
<style>
span { border-color: #6617BA; }
span { border-color: rgb(102,23,186); }
td.TdClassName
{
border-color: #6617BA;
}
.TagClassName
{
border-color: #6617BA;
}
</style>