Shades of Purple Heart #610ABA
Tints of Purple Heart #610ABA
RGB
CMYK
RGB Variations
Color information
#610ABA (or 0x610ABA) is known color: Purple Heart. HEX triplet: 61, 0A and BA. RGB value is (97,10,186). Sum of RGB (Red+Green+Blue) = 97+10+186=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #610ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610ABA is #9EF545. Grayscale: #373737. Windows color (decimal): -10417478 or 12192353. OLE color: 12192353.
HSL color Cylindrical-coordinate representation of color #610ABA: hue angle of 269.66º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610ABA is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 10 | 186 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.27 |
| HSL | 269.66º | 0.9% | 0.38% | - |
| HSV(B) | 269.66º | 0.95% | 0.73% | - |
| XYZ | 13.9 | 6.3 | 46.94 | - |
| YUV | 56.08 | 201.32 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 186 | 0.48 | 0.95 | 0 | 0.27 | 269.66 | 0.9 | 0.38 |
| Hex | 61 | A | BA | 30 | 5F | 0 | 1B | 10E | 5A | 26 |
| Octal | 141 | 12 | 272 | 60 | 137 | 0 | 33 | 416 | 132 | 46 |
| Binary | 1100001 | 1010 | 10111010 | 110000 | 1011111 | 0 | 11011 | 100001110 | 1011010 | 100110 |
Color Harmonies of #610ABA
Complementary color
Monochromatic Colors of #610ABA
Black with #610ABA
Text Example
Text Example
White with #610ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610ABA; }
p { color: rgb(97,10,186); }
H1.HeaderClassName
{
color: #610ABA;
}
.AnyTagClassName
{
color: #610ABA;
}
</style>
background-color css
<style>
a { background-color: #610ABA; }
a { background-color: rgb(97,10,186); }
div.DivClassName
{
background-color: #610ABA;
}
.BgClassName
{
background-color: #610ABA;
}
</style>
border-color css
<style>
span { border-color: #610ABA; }
span { border-color: rgb(97,10,186); }
td.TdClassName
{
border-color: #610ABA;
}
.TagClassName
{
border-color: #610ABA;
}
</style>