Shades of Purple Heart #6111AC
Tints of Purple Heart #6111AC
RGB
CMYK
RGB Variations
Color information
#6111AC (or 0x6111AC) is known color: Purple Heart. HEX triplet: 61, 11 and AC. RGB value is (97,17,172). Sum of RGB (Red+Green+Blue) = 97+17+172=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #6111AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6111AC is #9EEE53. Grayscale: #3A3A3A. Windows color (decimal): -10415700 or 11276641. OLE color: 11276641.
HSL color Cylindrical-coordinate representation of color #6111AC: hue angle of 270.97º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6111AC is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 17 | 172 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.33 |
| HSL | 270.97º | 0.82% | 0.37% | - |
| HSV(B) | 270.97º | 0.9% | 0.67% | - |
| XYZ | 12.58 | 5.92 | 39.51 | - |
| YUV | 58.59 | 192 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 172 | 0.44 | 0.90 | 0 | 0.33 | 270.97 | 0.82 | 0.37 |
| Hex | 61 | 11 | AC | 2C | 5A | 0 | 21 | 10F | 52 | 25 |
| Octal | 141 | 21 | 254 | 54 | 132 | 0 | 41 | 417 | 122 | 45 |
| Binary | 1100001 | 10001 | 10101100 | 101100 | 1011010 | 0 | 100001 | 100001111 | 1010010 | 100101 |
Color Harmonies of #6111AC
Complementary color
Monochromatic Colors of #6111AC
Black with #6111AC
Text Example
Text Example
White with #6111AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6111AC; }
p { color: rgb(97,17,172); }
H1.HeaderClassName
{
color: #6111AC;
}
.AnyTagClassName
{
color: #6111AC;
}
</style>
background-color css
<style>
a { background-color: #6111AC; }
a { background-color: rgb(97,17,172); }
div.DivClassName
{
background-color: #6111AC;
}
.BgClassName
{
background-color: #6111AC;
}
</style>
border-color css
<style>
span { border-color: #6111AC; }
span { border-color: rgb(97,17,172); }
td.TdClassName
{
border-color: #6111AC;
}
.TagClassName
{
border-color: #6111AC;
}
</style>