Shades of Purple Heart #611CDD
Tints of Purple Heart #611CDD
RGB
CMYK
RGB Variations
Color information
#611CDD (or 0x611CDD) is known color: Purple Heart. HEX triplet: 61, 1C and DD. RGB value is (97,28,221). Sum of RGB (Red+Green+Blue) = 97+28+221=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #611CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611CDD is #9EE322. Grayscale: #454545. Windows color (decimal): -10412835 or 14490721. OLE color: 14490721.
HSL color Cylindrical-coordinate representation of color #611CDD: hue angle of 261.45º degrees, saturation: 0.78, 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 #611CDD is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 28 | 221 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.13 |
| HSL | 261.45º | 0.78% | 0.49% | - |
| HSV(B) | 261.45º | 0.87% | 0.87% | - |
| XYZ | 18.4 | 8.59 | 69.1 | - |
| YUV | 70.63 | 212.86 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 221 | 0.56 | 0.87 | 0 | 0.13 | 261.45 | 0.78 | 0.49 |
| Hex | 61 | 1C | DD | 38 | 57 | 0 | D | 105 | 4E | 31 |
| Octal | 141 | 34 | 335 | 70 | 127 | 0 | 15 | 405 | 116 | 61 |
| Binary | 1100001 | 11100 | 11011101 | 111000 | 1010111 | 0 | 1101 | 100000101 | 1001110 | 110001 |
Color Harmonies of #611CDD
Complementary color
Monochromatic Colors of #611CDD
Black with #611CDD
Text Example
Text Example
White with #611CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611CDD; }
p { color: rgb(97,28,221); }
H1.HeaderClassName
{
color: #611CDD;
}
.AnyTagClassName
{
color: #611CDD;
}
</style>
background-color css
<style>
a { background-color: #611CDD; }
a { background-color: rgb(97,28,221); }
div.DivClassName
{
background-color: #611CDD;
}
.BgClassName
{
background-color: #611CDD;
}
</style>
border-color css
<style>
span { border-color: #611CDD; }
span { border-color: rgb(97,28,221); }
td.TdClassName
{
border-color: #611CDD;
}
.TagClassName
{
border-color: #611CDD;
}
</style>