Shades of Purple Heart #610AAE
Tints of Purple Heart #610AAE
RGB
CMYK
RGB Variations
Color information
#610AAE (or 0x610AAE) is known color: Purple Heart. HEX triplet: 61, 0A and AE. RGB value is (97,10,174). Sum of RGB (Red+Green+Blue) = 97+10+174=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #610AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610AAE is #9EF551. Grayscale: #363636. Windows color (decimal): -10417490 or 11405921. OLE color: 11405921.
HSL color Cylindrical-coordinate representation of color #610AAE: hue angle of 271.83º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610AAE is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 10 | 174 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.32 |
| HSL | 271.83º | 0.89% | 0.36% | - |
| HSV(B) | 271.83º | 0.94% | 0.68% | - |
| XYZ | 12.68 | 5.81 | 40.5 | - |
| YUV | 54.71 | 195.32 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 10 | 174 | 0.44 | 0.94 | 0 | 0.32 | 271.83 | 0.89 | 0.36 |
| Hex | 61 | A | AE | 2C | 5E | 0 | 20 | 110 | 59 | 24 |
| Octal | 141 | 12 | 256 | 54 | 136 | 0 | 40 | 420 | 131 | 44 |
| Binary | 1100001 | 1010 | 10101110 | 101100 | 1011110 | 0 | 100000 | 100010000 | 1011001 | 100100 |
Color Harmonies of #610AAE
Complementary color
Monochromatic Colors of #610AAE
Black with #610AAE
Text Example
Text Example
White with #610AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610AAE; }
p { color: rgb(97,10,174); }
H1.HeaderClassName
{
color: #610AAE;
}
.AnyTagClassName
{
color: #610AAE;
}
</style>
background-color css
<style>
a { background-color: #610AAE; }
a { background-color: rgb(97,10,174); }
div.DivClassName
{
background-color: #610AAE;
}
.BgClassName
{
background-color: #610AAE;
}
</style>
border-color css
<style>
span { border-color: #610AAE; }
span { border-color: rgb(97,10,174); }
td.TdClassName
{
border-color: #610AAE;
}
.TagClassName
{
border-color: #610AAE;
}
</style>