Shades of Purple Heart #611EDC
Tints of Purple Heart #611EDC
RGB
CMYK
RGB Variations
Color information
#611EDC (or 0x611EDC) is known color: Purple Heart. HEX triplet: 61, 1E and DC. RGB value is (97,30,220). Sum of RGB (Red+Green+Blue) = 97+30+220=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #611EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611EDC is #9EE123. Grayscale: #474747. Windows color (decimal): -10412324 or 14425697. OLE color: 14425697.
HSL color Cylindrical-coordinate representation of color #611EDC: hue angle of 261.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #611EDC is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 30 | 220 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.14 |
| HSL | 261.16º | 0.76% | 0.49% | - |
| HSV(B) | 261.16º | 0.86% | 0.86% | - |
| XYZ | 18.31 | 8.64 | 68.41 | - |
| YUV | 71.69 | 211.7 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 30 | 220 | 0.56 | 0.86 | 0 | 0.14 | 261.16 | 0.76 | 0.49 |
| Hex | 61 | 1E | DC | 38 | 56 | 0 | E | 105 | 4C | 31 |
| Octal | 141 | 36 | 334 | 70 | 126 | 0 | 16 | 405 | 114 | 61 |
| Binary | 1100001 | 11110 | 11011100 | 111000 | 1010110 | 0 | 1110 | 100000101 | 1001100 | 110001 |
Color Harmonies of #611EDC
Complementary color
Monochromatic Colors of #611EDC
Black with #611EDC
Text Example
Text Example
White with #611EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611EDC; }
p { color: rgb(97,30,220); }
H1.HeaderClassName
{
color: #611EDC;
}
.AnyTagClassName
{
color: #611EDC;
}
</style>
background-color css
<style>
a { background-color: #611EDC; }
a { background-color: rgb(97,30,220); }
div.DivClassName
{
background-color: #611EDC;
}
.BgClassName
{
background-color: #611EDC;
}
</style>
border-color css
<style>
span { border-color: #611EDC; }
span { border-color: rgb(97,30,220); }
td.TdClassName
{
border-color: #611EDC;
}
.TagClassName
{
border-color: #611EDC;
}
</style>