Shades of Purple Heart #610AB3
Tints of Purple Heart #610AB3
RGB
CMYK
RGB Variations
Color information
#610AB3 (or 0x610AB3) is known color: Purple Heart. HEX triplet: 61, 0A and B3. RGB value is (97,10,179). Sum of RGB (Red+Green+Blue) = 97+10+179=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 179 (70.31% from 255 or 62.59% from 286); Max value from RGB is 179 - color contains mainly: blue. Hex color #610AB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610AB3 is #9EF54C. Grayscale: #363636. Windows color (decimal): -10417485 or 11733601. OLE color: 11733601.
HSL color Cylindrical-coordinate representation of color #610AB3: hue angle of 270.89º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610AB3 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 10 | 179 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.30 |
| HSL | 270.89º | 0.89% | 0.37% | - |
| HSV(B) | 270.89º | 0.94% | 0.7% | - |
| XYZ | 13.17 | 6.01 | 43.11 | - |
| YUV | 55.28 | 197.82 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 179 | 0.46 | 0.94 | 0 | 0.30 | 270.89 | 0.89 | 0.37 |
| Hex | 61 | A | B3 | 2E | 5E | 0 | 1E | 10F | 59 | 25 |
| Octal | 141 | 12 | 263 | 56 | 136 | 0 | 36 | 417 | 131 | 45 |
| Binary | 1100001 | 1010 | 10110011 | 101110 | 1011110 | 0 | 11110 | 100001111 | 1011001 | 100101 |
Color Harmonies of #610AB3
Complementary color
Monochromatic Colors of #610AB3
Black with #610AB3
Text Example
Text Example
White with #610AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610AB3; }
p { color: rgb(97,10,179); }
H1.HeaderClassName
{
color: #610AB3;
}
.AnyTagClassName
{
color: #610AB3;
}
</style>
background-color css
<style>
a { background-color: #610AB3; }
a { background-color: rgb(97,10,179); }
div.DivClassName
{
background-color: #610AB3;
}
.BgClassName
{
background-color: #610AB3;
}
</style>
border-color css
<style>
span { border-color: #610AB3; }
span { border-color: rgb(97,10,179); }
td.TdClassName
{
border-color: #610AB3;
}
.TagClassName
{
border-color: #610AB3;
}
</style>