Shades of Purple Heart #611BA3
Tints of Purple Heart #611BA3
RGB
CMYK
RGB Variations
Color information
#611BA3 (or 0x611BA3) is known color: Purple Heart. HEX triplet: 61, 1B and A3. RGB value is (97,27,163). Sum of RGB (Red+Green+Blue) = 97+27+163=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 163 (64.06% from 255 or 56.79% from 287); Max value from RGB is 163 - color contains mainly: blue. Hex color #611BA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611BA3 is #9EE45C. Grayscale: #3E3E3E. Windows color (decimal): -10413149 or 10689377. OLE color: 10689377.
HSL color Cylindrical-coordinate representation of color #611BA3: hue angle of 270.88º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #611BA3 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 27 | 163 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.36 |
| HSL | 270.88º | 0.72% | 0.37% | - |
| HSV(B) | 270.88º | 0.83% | 0.64% | - |
| XYZ | 11.93 | 5.97 | 35.17 | - |
| YUV | 63.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 163 | 0.40 | 0.83 | 0 | 0.36 | 270.88 | 0.72 | 0.37 |
| Hex | 61 | 1B | A3 | 28 | 53 | 0 | 24 | 10F | 48 | 25 |
| Octal | 141 | 33 | 243 | 50 | 123 | 0 | 44 | 417 | 110 | 45 |
| Binary | 1100001 | 11011 | 10100011 | 101000 | 1010011 | 0 | 100100 | 100001111 | 1001000 | 100101 |
Color Harmonies of #611BA3
Complementary color
Monochromatic Colors of #611BA3
Black with #611BA3
Text Example
Text Example
White with #611BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611BA3; }
p { color: rgb(97,27,163); }
H1.HeaderClassName
{
color: #611BA3;
}
.AnyTagClassName
{
color: #611BA3;
}
</style>
background-color css
<style>
a { background-color: #611BA3; }
a { background-color: rgb(97,27,163); }
div.DivClassName
{
background-color: #611BA3;
}
.BgClassName
{
background-color: #611BA3;
}
</style>
border-color css
<style>
span { border-color: #611BA3; }
span { border-color: rgb(97,27,163); }
td.TdClassName
{
border-color: #611BA3;
}
.TagClassName
{
border-color: #611BA3;
}
</style>