Shades of Purple Heart #611DAC
Tints of Purple Heart #611DAC
RGB
CMYK
RGB Variations
Color information
#611DAC (or 0x611DAC) is known color: Purple Heart. HEX triplet: 61, 1D and AC. RGB value is (97,29,172). Sum of RGB (Red+Green+Blue) = 97+29+172=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 29 (11.72% from 255 or 9.73% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #611DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611DAC is #9EE253. Grayscale: #414141. Windows color (decimal): -10412628 or 11279713. OLE color: 11279713.
HSL color Cylindrical-coordinate representation of color #611DAC: hue angle of 268.53º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611DAC is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 29 | 172 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.33 |
| HSL | 268.53º | 0.71% | 0.39% | - |
| HSV(B) | 268.53º | 0.83% | 0.67% | - |
| XYZ | 12.82 | 6.4 | 39.59 | - |
| YUV | 65.63 | 188.03 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 172 | 0.44 | 0.83 | 0 | 0.33 | 268.53 | 0.71 | 0.39 |
| Hex | 61 | 1D | AC | 2C | 53 | 0 | 21 | 10D | 47 | 27 |
| Octal | 141 | 35 | 254 | 54 | 123 | 0 | 41 | 415 | 107 | 47 |
| Binary | 1100001 | 11101 | 10101100 | 101100 | 1010011 | 0 | 100001 | 100001101 | 1000111 | 100111 |
Color Harmonies of #611DAC
Complementary color
Monochromatic Colors of #611DAC
Black with #611DAC
Text Example
Text Example
White with #611DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611DAC; }
p { color: rgb(97,29,172); }
H1.HeaderClassName
{
color: #611DAC;
}
.AnyTagClassName
{
color: #611DAC;
}
</style>
background-color css
<style>
a { background-color: #611DAC; }
a { background-color: rgb(97,29,172); }
div.DivClassName
{
background-color: #611DAC;
}
.BgClassName
{
background-color: #611DAC;
}
</style>
border-color css
<style>
span { border-color: #611DAC; }
span { border-color: rgb(97,29,172); }
td.TdClassName
{
border-color: #611DAC;
}
.TagClassName
{
border-color: #611DAC;
}
</style>