Shades of Purple Heart #6115A6
Tints of Purple Heart #6115A6
RGB
CMYK
RGB Variations
Color information
#6115A6 (or 0x6115A6) is known color: Purple Heart. HEX triplet: 61, 15 and A6. RGB value is (97,21,166). Sum of RGB (Red+Green+Blue) = 97+21+166=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 166 (65.23% from 255 or 58.45% from 284); Max value from RGB is 166 - color contains mainly: blue. Hex color #6115A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6115A6 is #9EEA59. Grayscale: #3B3B3B. Windows color (decimal): -10414682 or 10884449. OLE color: 10884449.
HSL color Cylindrical-coordinate representation of color #6115A6: hue angle of 271.45º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6115A6 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 21 | 166 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.35 |
| HSL | 271.45º | 0.78% | 0.37% | - |
| HSV(B) | 271.45º | 0.87% | 0.65% | - |
| XYZ | 12.08 | 5.83 | 36.57 | - |
| YUV | 60.25 | 187.68 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 21 | 166 | 0.42 | 0.87 | 0 | 0.35 | 271.45 | 0.78 | 0.37 |
| Hex | 61 | 15 | A6 | 2A | 57 | 0 | 23 | 10F | 4E | 25 |
| Octal | 141 | 25 | 246 | 52 | 127 | 0 | 43 | 417 | 116 | 45 |
| Binary | 1100001 | 10101 | 10100110 | 101010 | 1010111 | 0 | 100011 | 100001111 | 1001110 | 100101 |
Color Harmonies of #6115A6
Complementary color
Monochromatic Colors of #6115A6
Black with #6115A6
Text Example
Text Example
White with #6115A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6115A6; }
p { color: rgb(97,21,166); }
H1.HeaderClassName
{
color: #6115A6;
}
.AnyTagClassName
{
color: #6115A6;
}
</style>
background-color css
<style>
a { background-color: #6115A6; }
a { background-color: rgb(97,21,166); }
div.DivClassName
{
background-color: #6115A6;
}
.BgClassName
{
background-color: #6115A6;
}
</style>
border-color css
<style>
span { border-color: #6115A6; }
span { border-color: rgb(97,21,166); }
td.TdClassName
{
border-color: #6115A6;
}
.TagClassName
{
border-color: #6115A6;
}
</style>