Shades of Purple Heart #6115AC
Tints of Purple Heart #6115AC
RGB
CMYK
RGB Variations
Color information
#6115AC (or 0x6115AC) is known color: Purple Heart. HEX triplet: 61, 15 and AC. RGB value is (97,21,172). Sum of RGB (Red+Green+Blue) = 97+21+172=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #6115AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6115AC is #9EEA53. Grayscale: #3C3C3C. Windows color (decimal): -10414676 or 11277665. OLE color: 11277665.
HSL color Cylindrical-coordinate representation of color #6115AC: hue angle of 270.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6115AC is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 21 | 172 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.33 |
| HSL | 270.2º | 0.78% | 0.38% | - |
| HSV(B) | 270.2º | 0.88% | 0.67% | - |
| XYZ | 12.64 | 6.06 | 39.53 | - |
| YUV | 60.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 21 | 172 | 0.44 | 0.88 | 0 | 0.33 | 270.2 | 0.78 | 0.38 |
| Hex | 61 | 15 | AC | 2C | 58 | 0 | 21 | 10E | 4E | 26 |
| Octal | 141 | 25 | 254 | 54 | 130 | 0 | 41 | 416 | 116 | 46 |
| Binary | 1100001 | 10101 | 10101100 | 101100 | 1011000 | 0 | 100001 | 100001110 | 1001110 | 100110 |
Color Harmonies of #6115AC
Complementary color
Monochromatic Colors of #6115AC
Black with #6115AC
Text Example
Text Example
White with #6115AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6115AC; }
p { color: rgb(97,21,172); }
H1.HeaderClassName
{
color: #6115AC;
}
.AnyTagClassName
{
color: #6115AC;
}
</style>
background-color css
<style>
a { background-color: #6115AC; }
a { background-color: rgb(97,21,172); }
div.DivClassName
{
background-color: #6115AC;
}
.BgClassName
{
background-color: #6115AC;
}
</style>
border-color css
<style>
span { border-color: #6115AC; }
span { border-color: rgb(97,21,172); }
td.TdClassName
{
border-color: #6115AC;
}
.TagClassName
{
border-color: #6115AC;
}
</style>