Shades of Purple Heart #650AAC
Tints of Purple Heart #650AAC
RGB
CMYK
RGB Variations
Color information
#650AAC (or 0x650AAC) is known color: Purple Heart. HEX triplet: 65, 0A and AC. RGB value is (101,10,172). Sum of RGB (Red+Green+Blue) = 101+10+172=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #650AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650AAC is #9AF553. Grayscale: #373737. Windows color (decimal): -10155348 or 11274853. OLE color: 11274853.
HSL color Cylindrical-coordinate representation of color #650AAC: hue angle of 273.7º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650AAC is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 10 | 172 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.33 |
| HSL | 273.7º | 0.89% | 0.36% | - |
| HSV(B) | 273.7º | 0.94% | 0.67% | - |
| XYZ | 12.92 | 5.96 | 39.5 | - |
| YUV | 55.68 | 193.65 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 172 | 0.41 | 0.94 | 0 | 0.33 | 273.7 | 0.89 | 0.36 |
| Hex | 65 | A | AC | 29 | 5E | 0 | 21 | 112 | 59 | 24 |
| Octal | 145 | 12 | 254 | 51 | 136 | 0 | 41 | 422 | 131 | 44 |
| Binary | 1100101 | 1010 | 10101100 | 101001 | 1011110 | 0 | 100001 | 100010010 | 1011001 | 100100 |
Color Harmonies of #650AAC
Complementary color
Monochromatic Colors of #650AAC
Black with #650AAC
Text Example
Text Example
White with #650AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650AAC; }
p { color: rgb(101,10,172); }
H1.HeaderClassName
{
color: #650AAC;
}
.AnyTagClassName
{
color: #650AAC;
}
</style>
background-color css
<style>
a { background-color: #650AAC; }
a { background-color: rgb(101,10,172); }
div.DivClassName
{
background-color: #650AAC;
}
.BgClassName
{
background-color: #650AAC;
}
</style>
border-color css
<style>
span { border-color: #650AAC; }
span { border-color: rgb(101,10,172); }
td.TdClassName
{
border-color: #650AAC;
}
.TagClassName
{
border-color: #650AAC;
}
</style>