Shades of Purple Heart #611DDD
Tints of Purple Heart #611DDD
RGB
CMYK
RGB Variations
Color information
#611DDD (or 0x611DDD) is known color: Purple Heart. HEX triplet: 61, 1D and DD. RGB value is (97,29,221). Sum of RGB (Red+Green+Blue) = 97+29+221=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #611DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DDD is #9EE222. Grayscale: #464646. Windows color (decimal): -10412579 or 14490977. OLE color: 14490977.
HSL color Cylindrical-coordinate representation of color #611DDD: hue angle of 261.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #611DDD is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 29 | 221 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.13 |
| HSL | 261.25º | 0.77% | 0.49% | - |
| HSV(B) | 261.25º | 0.87% | 0.87% | - |
| XYZ | 18.42 | 8.64 | 69.1 | - |
| YUV | 71.22 | 212.53 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 221 | 0.56 | 0.87 | 0 | 0.13 | 261.25 | 0.77 | 0.49 |
| Hex | 61 | 1D | DD | 38 | 57 | 0 | D | 105 | 4D | 31 |
| Octal | 141 | 35 | 335 | 70 | 127 | 0 | 15 | 405 | 115 | 61 |
| Binary | 1100001 | 11101 | 11011101 | 111000 | 1010111 | 0 | 1101 | 100000101 | 1001101 | 110001 |
Color Harmonies of #611DDD
Complementary color
Monochromatic Colors of #611DDD
Black with #611DDD
Text Example
Text Example
White with #611DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611DDD; }
p { color: rgb(97,29,221); }
H1.HeaderClassName
{
color: #611DDD;
}
.AnyTagClassName
{
color: #611DDD;
}
</style>
background-color css
<style>
a { background-color: #611DDD; }
a { background-color: rgb(97,29,221); }
div.DivClassName
{
background-color: #611DDD;
}
.BgClassName
{
background-color: #611DDD;
}
</style>
border-color css
<style>
span { border-color: #611DDD; }
span { border-color: rgb(97,29,221); }
td.TdClassName
{
border-color: #611DDD;
}
.TagClassName
{
border-color: #611DDD;
}
</style>