Shades of Purple Heart #611CDC
Tints of Purple Heart #611CDC
RGB
CMYK
RGB Variations
Color information
#611CDC (or 0x611CDC) is known color: Purple Heart. HEX triplet: 61, 1C and DC. RGB value is (97,28,220). Sum of RGB (Red+Green+Blue) = 97+28+220=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #611CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611CDC is #9EE323. Grayscale: #454545. Windows color (decimal): -10412836 or 14425185. OLE color: 14425185.
HSL color Cylindrical-coordinate representation of color #611CDC: hue angle of 261.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #611CDC is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 28 | 220 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.14 |
| HSL | 261.56º | 0.77% | 0.49% | - |
| HSV(B) | 261.56º | 0.87% | 0.86% | - |
| XYZ | 18.26 | 8.54 | 68.4 | - |
| YUV | 70.52 | 212.36 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 28 | 220 | 0.56 | 0.87 | 0 | 0.14 | 261.56 | 0.77 | 0.49 |
| Hex | 61 | 1C | DC | 38 | 57 | 0 | E | 106 | 4D | 31 |
| Octal | 141 | 34 | 334 | 70 | 127 | 0 | 16 | 406 | 115 | 61 |
| Binary | 1100001 | 11100 | 11011100 | 111000 | 1010111 | 0 | 1110 | 100000110 | 1001101 | 110001 |
Color Harmonies of #611CDC
Complementary color
Monochromatic Colors of #611CDC
Black with #611CDC
Text Example
Text Example
White with #611CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611CDC; }
p { color: rgb(97,28,220); }
H1.HeaderClassName
{
color: #611CDC;
}
.AnyTagClassName
{
color: #611CDC;
}
</style>
background-color css
<style>
a { background-color: #611CDC; }
a { background-color: rgb(97,28,220); }
div.DivClassName
{
background-color: #611CDC;
}
.BgClassName
{
background-color: #611CDC;
}
</style>
border-color css
<style>
span { border-color: #611CDC; }
span { border-color: rgb(97,28,220); }
td.TdClassName
{
border-color: #611CDC;
}
.TagClassName
{
border-color: #611CDC;
}
</style>