Shades of Purple Heart #6115AF
Tints of Purple Heart #6115AF
RGB
CMYK
RGB Variations
Color information
#6115AF (or 0x6115AF) is known color: Purple Heart. HEX triplet: 61, 15 and AF. RGB value is (97,21,175). Sum of RGB (Red+Green+Blue) = 97+21+175=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #6115AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6115AF is #9EEA50. Grayscale: #3C3C3C. Windows color (decimal): -10414673 or 11474273. OLE color: 11474273.
HSL color Cylindrical-coordinate representation of color #6115AF: hue angle of 269.61º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6115AF is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 21 | 175 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.31 |
| HSL | 269.61º | 0.79% | 0.38% | - |
| HSV(B) | 269.61º | 0.88% | 0.69% | - |
| XYZ | 12.94 | 6.17 | 41.07 | - |
| YUV | 61.28 | 192.18 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 21 | 175 | 0.45 | 0.88 | 0 | 0.31 | 269.61 | 0.79 | 0.38 |
| Hex | 61 | 15 | AF | 2D | 58 | 0 | 1F | 10E | 4F | 26 |
| Octal | 141 | 25 | 257 | 55 | 130 | 0 | 37 | 416 | 117 | 46 |
| Binary | 1100001 | 10101 | 10101111 | 101101 | 1011000 | 0 | 11111 | 100001110 | 1001111 | 100110 |
Color Harmonies of #6115AF
Complementary color
Monochromatic Colors of #6115AF
Black with #6115AF
Text Example
Text Example
White with #6115AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6115AF; }
p { color: rgb(97,21,175); }
H1.HeaderClassName
{
color: #6115AF;
}
.AnyTagClassName
{
color: #6115AF;
}
</style>
background-color css
<style>
a { background-color: #6115AF; }
a { background-color: rgb(97,21,175); }
div.DivClassName
{
background-color: #6115AF;
}
.BgClassName
{
background-color: #6115AF;
}
</style>
border-color css
<style>
span { border-color: #6115AF; }
span { border-color: rgb(97,21,175); }
td.TdClassName
{
border-color: #6115AF;
}
.TagClassName
{
border-color: #6115AF;
}
</style>