Shades of Purple Heart #6110AF
Tints of Purple Heart #6110AF
RGB
CMYK
RGB Variations
Color information
#6110AF (or 0x6110AF) is known color: Purple Heart. HEX triplet: 61, 10 and AF. RGB value is (97,16,175). Sum of RGB (Red+Green+Blue) = 97+16+175=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #6110AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6110AF is #9EEF50. Grayscale: #393939. Windows color (decimal): -10415953 or 11472993. OLE color: 11472993.
HSL color Cylindrical-coordinate representation of color #6110AF: hue angle of 270.57º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6110AF is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 16 | 175 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.31 |
| HSL | 270.57º | 0.83% | 0.37% | - |
| HSV(B) | 270.57º | 0.91% | 0.69% | - |
| XYZ | 12.85 | 6.01 | 41.04 | - |
| YUV | 58.35 | 193.84 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 175 | 0.45 | 0.91 | 0 | 0.31 | 270.57 | 0.83 | 0.37 |
| Hex | 61 | 10 | AF | 2D | 5B | 0 | 1F | 10F | 53 | 25 |
| Octal | 141 | 20 | 257 | 55 | 133 | 0 | 37 | 417 | 123 | 45 |
| Binary | 1100001 | 10000 | 10101111 | 101101 | 1011011 | 0 | 11111 | 100001111 | 1010011 | 100101 |
Color Harmonies of #6110AF
Complementary color
Monochromatic Colors of #6110AF
Black with #6110AF
Text Example
Text Example
White with #6110AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6110AF; }
p { color: rgb(97,16,175); }
H1.HeaderClassName
{
color: #6110AF;
}
.AnyTagClassName
{
color: #6110AF;
}
</style>
background-color css
<style>
a { background-color: #6110AF; }
a { background-color: rgb(97,16,175); }
div.DivClassName
{
background-color: #6110AF;
}
.BgClassName
{
background-color: #6110AF;
}
</style>
border-color css
<style>
span { border-color: #6110AF; }
span { border-color: rgb(97,16,175); }
td.TdClassName
{
border-color: #6110AF;
}
.TagClassName
{
border-color: #6110AF;
}
</style>