Shades of Purple Heart #611DB7
Tints of Purple Heart #611DB7
RGB
CMYK
RGB Variations
Color information
#611DB7 (or 0x611DB7) is known color: Purple Heart. HEX triplet: 61, 1D and B7. RGB value is (97,29,183). Sum of RGB (Red+Green+Blue) = 97+29+183=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 183 (71.88% from 255 or 59.22% from 309); Max value from RGB is 183 - color contains mainly: blue. Hex color #611DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DB7 is #9EE248. Grayscale: #424242. Windows color (decimal): -10412617 or 12000609. OLE color: 12000609.
HSL color Cylindrical-coordinate representation of color #611DB7: hue angle of 266.49º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611DB7 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 29 | 183 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.28 |
| HSL | 266.49º | 0.73% | 0.42% | - |
| HSV(B) | 266.49º | 0.84% | 0.72% | - |
| XYZ | 13.92 | 6.84 | 45.39 | - |
| YUV | 66.89 | 193.53 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 183 | 0.47 | 0.84 | 0 | 0.28 | 266.49 | 0.73 | 0.42 |
| Hex | 61 | 1D | B7 | 2F | 54 | 0 | 1C | 10A | 49 | 2A |
| Octal | 141 | 35 | 267 | 57 | 124 | 0 | 34 | 412 | 111 | 52 |
| Binary | 1100001 | 11101 | 10110111 | 101111 | 1010100 | 0 | 11100 | 100001010 | 1001001 | 101010 |
Color Harmonies of #611DB7
Complementary color
Monochromatic Colors of #611DB7
Black with #611DB7
Text Example
Text Example
White with #611DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611DB7; }
p { color: rgb(97,29,183); }
H1.HeaderClassName
{
color: #611DB7;
}
.AnyTagClassName
{
color: #611DB7;
}
</style>
background-color css
<style>
a { background-color: #611DB7; }
a { background-color: rgb(97,29,183); }
div.DivClassName
{
background-color: #611DB7;
}
.BgClassName
{
background-color: #611DB7;
}
</style>
border-color css
<style>
span { border-color: #611DB7; }
span { border-color: rgb(97,29,183); }
td.TdClassName
{
border-color: #611DB7;
}
.TagClassName
{
border-color: #611DB7;
}
</style>