Shades of Purple Heart #611FDD
Tints of Purple Heart #611FDD
RGB
CMYK
RGB Variations
Color information
#611FDD (or 0x611FDD) is known color: Purple Heart. HEX triplet: 61, 1F and DD. RGB value is (97,31,221). Sum of RGB (Red+Green+Blue) = 97+31+221=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #611FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611FDD is #9EE022. Grayscale: #474747. Windows color (decimal): -10412067 or 14491489. OLE color: 14491489.
HSL color Cylindrical-coordinate representation of color #611FDD: hue angle of 260.84º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611FDD is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 31 | 221 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.13 |
| HSL | 260.84º | 0.75% | 0.49% | - |
| HSV(B) | 260.84º | 0.86% | 0.87% | - |
| XYZ | 18.47 | 8.74 | 69.12 | - |
| YUV | 72.39 | 211.87 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 221 | 0.56 | 0.86 | 0 | 0.13 | 260.84 | 0.75 | 0.49 |
| Hex | 61 | 1F | DD | 38 | 56 | 0 | D | 105 | 4B | 31 |
| Octal | 141 | 37 | 335 | 70 | 126 | 0 | 15 | 405 | 113 | 61 |
| Binary | 1100001 | 11111 | 11011101 | 111000 | 1010110 | 0 | 1101 | 100000101 | 1001011 | 110001 |
Color Harmonies of #611FDD
Complementary color
Monochromatic Colors of #611FDD
Black with #611FDD
Text Example
Text Example
White with #611FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611FDD; }
p { color: rgb(97,31,221); }
H1.HeaderClassName
{
color: #611FDD;
}
.AnyTagClassName
{
color: #611FDD;
}
</style>
background-color css
<style>
a { background-color: #611FDD; }
a { background-color: rgb(97,31,221); }
div.DivClassName
{
background-color: #611FDD;
}
.BgClassName
{
background-color: #611FDD;
}
</style>
border-color css
<style>
span { border-color: #611FDD; }
span { border-color: rgb(97,31,221); }
td.TdClassName
{
border-color: #611FDD;
}
.TagClassName
{
border-color: #611FDD;
}
</style>