Shades of Purple Heart #6111D9
Tints of Purple Heart #6111D9
RGB
CMYK
RGB Variations
Color information
#6111D9 (or 0x6111D9) is known color: Purple Heart. HEX triplet: 61, 11 and D9. RGB value is (97,17,217). Sum of RGB (Red+Green+Blue) = 97+17+217=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 217 (85.16% from 255 or 65.56% from 331); Max value from RGB is 217 - color contains mainly: blue. Hex color #6111D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6111D9 is #9EEE26. Grayscale: #3F3F3F. Windows color (decimal): -10415655 or 14225761. OLE color: 14225761.
HSL color Cylindrical-coordinate representation of color #6111D9: hue angle of 264º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6111D9 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 17 | 217 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.15 |
| HSL | 264º | 0.85% | 0.46% | - |
| HSV(B) | 264º | 0.92% | 0.85% | - |
| XYZ | 17.65 | 7.95 | 66.25 | - |
| YUV | 63.72 | 214.5 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 217 | 0.55 | 0.92 | 0 | 0.15 | 264 | 0.85 | 0.46 |
| Hex | 61 | 11 | D9 | 37 | 5C | 0 | F | 108 | 55 | 2E |
| Octal | 141 | 21 | 331 | 67 | 134 | 0 | 17 | 410 | 125 | 56 |
| Binary | 1100001 | 10001 | 11011001 | 110111 | 1011100 | 0 | 1111 | 100001000 | 1010101 | 101110 |
Color Harmonies of #6111D9
Complementary color
Monochromatic Colors of #6111D9
Black with #6111D9
Text Example
Text Example
White with #6111D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6111D9; }
p { color: rgb(97,17,217); }
H1.HeaderClassName
{
color: #6111D9;
}
.AnyTagClassName
{
color: #6111D9;
}
</style>
background-color css
<style>
a { background-color: #6111D9; }
a { background-color: rgb(97,17,217); }
div.DivClassName
{
background-color: #6111D9;
}
.BgClassName
{
background-color: #6111D9;
}
</style>
border-color css
<style>
span { border-color: #6111D9; }
span { border-color: rgb(97,17,217); }
td.TdClassName
{
border-color: #6111D9;
}
.TagClassName
{
border-color: #6111D9;
}
</style>