Shades of Purple Heart #611ECD
Tints of Purple Heart #611ECD
RGB
CMYK
RGB Variations
Color information
#611ECD (or 0x611ECD) is known color: Purple Heart. HEX triplet: 61, 1E and CD. RGB value is (97,30,205). Sum of RGB (Red+Green+Blue) = 97+30+205=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #611ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611ECD is #9EE132. Grayscale: #454545. Windows color (decimal): -10412339 or 13442657. OLE color: 13442657.
HSL color Cylindrical-coordinate representation of color #611ECD: hue angle of 262.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611ECD is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 30 | 205 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.20 |
| HSL | 262.97º | 0.74% | 0.46% | - |
| HSV(B) | 262.97º | 0.85% | 0.8% | - |
| XYZ | 16.41 | 7.88 | 58.41 | - |
| YUV | 69.98 | 204.2 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 205 | 0.53 | 0.85 | 0 | 0.20 | 262.97 | 0.74 | 0.46 |
| Hex | 61 | 1E | CD | 35 | 55 | 0 | 14 | 107 | 4A | 2E |
| Octal | 141 | 36 | 315 | 65 | 125 | 0 | 24 | 407 | 112 | 56 |
| Binary | 1100001 | 11110 | 11001101 | 110101 | 1010101 | 0 | 10100 | 100000111 | 1001010 | 101110 |
Color Harmonies of #611ECD
Complementary color
Monochromatic Colors of #611ECD
Black with #611ECD
Text Example
Text Example
White with #611ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611ECD; }
p { color: rgb(97,30,205); }
H1.HeaderClassName
{
color: #611ECD;
}
.AnyTagClassName
{
color: #611ECD;
}
</style>
background-color css
<style>
a { background-color: #611ECD; }
a { background-color: rgb(97,30,205); }
div.DivClassName
{
background-color: #611ECD;
}
.BgClassName
{
background-color: #611ECD;
}
</style>
border-color css
<style>
span { border-color: #611ECD; }
span { border-color: rgb(97,30,205); }
td.TdClassName
{
border-color: #611ECD;
}
.TagClassName
{
border-color: #611ECD;
}
</style>