Shades of Purple Heart #650AAA
Tints of Purple Heart #650AAA
RGB
CMYK
RGB Variations
Color information
#650AAA (or 0x650AAA) is known color: Purple Heart. HEX triplet: 65, 0A and AA. RGB value is (101,10,170). Sum of RGB (Red+Green+Blue) = 101+10+170=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #650AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650AAA is #9AF555. Grayscale: #363636. Windows color (decimal): -10155350 or 11143781. OLE color: 11143781.
HSL color Cylindrical-coordinate representation of color #650AAA: hue angle of 274.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650AAA is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 10 | 170 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.33 |
| HSL | 274.13º | 0.89% | 0.35% | - |
| HSV(B) | 274.13º | 0.94% | 0.67% | - |
| XYZ | 12.73 | 5.89 | 38.5 | - |
| YUV | 55.45 | 192.65 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 170 | 0.41 | 0.94 | 0 | 0.33 | 274.13 | 0.89 | 0.35 |
| Hex | 65 | A | AA | 29 | 5E | 0 | 21 | 112 | 59 | 23 |
| Octal | 145 | 12 | 252 | 51 | 136 | 0 | 41 | 422 | 131 | 43 |
| Binary | 1100101 | 1010 | 10101010 | 101001 | 1011110 | 0 | 100001 | 100010010 | 1011001 | 100011 |
Color Harmonies of #650AAA
Complementary color
Monochromatic Colors of #650AAA
Black with #650AAA
Text Example
Text Example
White with #650AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650AAA; }
p { color: rgb(101,10,170); }
H1.HeaderClassName
{
color: #650AAA;
}
.AnyTagClassName
{
color: #650AAA;
}
</style>
background-color css
<style>
a { background-color: #650AAA; }
a { background-color: rgb(101,10,170); }
div.DivClassName
{
background-color: #650AAA;
}
.BgClassName
{
background-color: #650AAA;
}
</style>
border-color css
<style>
span { border-color: #650AAA; }
span { border-color: rgb(101,10,170); }
td.TdClassName
{
border-color: #650AAA;
}
.TagClassName
{
border-color: #650AAA;
}
</style>