Shades of Purple Heart #611DB5
Tints of Purple Heart #611DB5
RGB
CMYK
RGB Variations
Color information
#611DB5 (or 0x611DB5) is known color: Purple Heart. HEX triplet: 61, 1D and B5. RGB value is (97,29,181). Sum of RGB (Red+Green+Blue) = 97+29+181=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 181 (71.09% from 255 or 58.96% from 307); Max value from RGB is 181 - color contains mainly: blue. Hex color #611DB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611DB5 is #9EE24A. Grayscale: #424242. Windows color (decimal): -10412619 or 11869537. OLE color: 11869537.
HSL color Cylindrical-coordinate representation of color #611DB5: hue angle of 266.84º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611DB5 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 29 | 181 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.29 |
| HSL | 266.84º | 0.72% | 0.41% | - |
| HSV(B) | 266.84º | 0.84% | 0.71% | - |
| XYZ | 13.71 | 6.76 | 44.3 | - |
| YUV | 66.66 | 192.53 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 181 | 0.46 | 0.84 | 0 | 0.29 | 266.84 | 0.72 | 0.41 |
| Hex | 61 | 1D | B5 | 2E | 54 | 0 | 1D | 10B | 48 | 29 |
| Octal | 141 | 35 | 265 | 56 | 124 | 0 | 35 | 413 | 110 | 51 |
| Binary | 1100001 | 11101 | 10110101 | 101110 | 1010100 | 0 | 11101 | 100001011 | 1001000 | 101001 |
Color Harmonies of #611DB5
Complementary color
Monochromatic Colors of #611DB5
Black with #611DB5
Text Example
Text Example
White with #611DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611DB5; }
p { color: rgb(97,29,181); }
H1.HeaderClassName
{
color: #611DB5;
}
.AnyTagClassName
{
color: #611DB5;
}
</style>
background-color css
<style>
a { background-color: #611DB5; }
a { background-color: rgb(97,29,181); }
div.DivClassName
{
background-color: #611DB5;
}
.BgClassName
{
background-color: #611DB5;
}
</style>
border-color css
<style>
span { border-color: #611DB5; }
span { border-color: rgb(97,29,181); }
td.TdClassName
{
border-color: #611DB5;
}
.TagClassName
{
border-color: #611DB5;
}
</style>