Shades of Purple Heart #610DAA
Tints of Purple Heart #610DAA
RGB
CMYK
RGB Variations
Color information
#610DAA (or 0x610DAA) is known color: Purple Heart. HEX triplet: 61, 0D and AA. RGB value is (97,13,170). Sum of RGB (Red+Green+Blue) = 97+13+170=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #610DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610DAA is #9EF255. Grayscale: #373737. Windows color (decimal): -10416726 or 11144545. OLE color: 11144545.
HSL color Cylindrical-coordinate representation of color #610DAA: hue angle of 272.1º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610DAA is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 13 | 170 | - |
| CMYK | 0.43 | 0.92 | 0 | 0.33 |
| HSL | 272.1º | 0.86% | 0.36% | - |
| HSV(B) | 272.1º | 0.92% | 0.67% | - |
| XYZ | 12.33 | 5.73 | 38.49 | - |
| YUV | 56.01 | 192.33 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 13 | 170 | 0.43 | 0.92 | 0 | 0.33 | 272.1 | 0.86 | 0.36 |
| Hex | 61 | D | AA | 2B | 5C | 0 | 21 | 110 | 56 | 24 |
| Octal | 141 | 15 | 252 | 53 | 134 | 0 | 41 | 420 | 126 | 44 |
| Binary | 1100001 | 1101 | 10101010 | 101011 | 1011100 | 0 | 100001 | 100010000 | 1010110 | 100100 |
Color Harmonies of #610DAA
Complementary color
Monochromatic Colors of #610DAA
Black with #610DAA
Text Example
Text Example
White with #610DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610DAA; }
p { color: rgb(97,13,170); }
H1.HeaderClassName
{
color: #610DAA;
}
.AnyTagClassName
{
color: #610DAA;
}
</style>
background-color css
<style>
a { background-color: #610DAA; }
a { background-color: rgb(97,13,170); }
div.DivClassName
{
background-color: #610DAA;
}
.BgClassName
{
background-color: #610DAA;
}
</style>
border-color css
<style>
span { border-color: #610DAA; }
span { border-color: rgb(97,13,170); }
td.TdClassName
{
border-color: #610DAA;
}
.TagClassName
{
border-color: #610DAA;
}
</style>