Shades of Purple Heart #6116BA
Tints of Purple Heart #6116BA
RGB
CMYK
RGB Variations
Color information
#6116BA (or 0x6116BA) is known color: Purple Heart. HEX triplet: 61, 16 and BA. RGB value is (97,22,186). Sum of RGB (Red+Green+Blue) = 97+22+186=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #6116BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6116BA is #9EE945. Grayscale: #3E3E3E. Windows color (decimal): -10414406 or 12195425. OLE color: 12195425.
HSL color Cylindrical-coordinate representation of color #6116BA: hue angle of 267.44º 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 #6116BA is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 22 | 186 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.27 |
| HSL | 267.44º | 0.79% | 0.41% | - |
| HSV(B) | 267.44º | 0.88% | 0.73% | - |
| XYZ | 14.08 | 6.66 | 47 | - |
| YUV | 63.12 | 197.35 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 22 | 186 | 0.48 | 0.88 | 0 | 0.27 | 267.44 | 0.79 | 0.41 |
| Hex | 61 | 16 | BA | 30 | 58 | 0 | 1B | 10B | 4F | 29 |
| Octal | 141 | 26 | 272 | 60 | 130 | 0 | 33 | 413 | 117 | 51 |
| Binary | 1100001 | 10110 | 10111010 | 110000 | 1011000 | 0 | 11011 | 100001011 | 1001111 | 101001 |
Color Harmonies of #6116BA
Complementary color
Monochromatic Colors of #6116BA
Black with #6116BA
Text Example
Text Example
White with #6116BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6116BA; }
p { color: rgb(97,22,186); }
H1.HeaderClassName
{
color: #6116BA;
}
.AnyTagClassName
{
color: #6116BA;
}
</style>
background-color css
<style>
a { background-color: #6116BA; }
a { background-color: rgb(97,22,186); }
div.DivClassName
{
background-color: #6116BA;
}
.BgClassName
{
background-color: #6116BA;
}
</style>
border-color css
<style>
span { border-color: #6116BA; }
span { border-color: rgb(97,22,186); }
td.TdClassName
{
border-color: #6116BA;
}
.TagClassName
{
border-color: #6116BA;
}
</style>