Shades of Purple Heart #650AAB
Tints of Purple Heart #650AAB
RGB
CMYK
RGB Variations
Color information
#650AAB (or 0x650AAB) is known color: Purple Heart. HEX triplet: 65, 0A and AB. RGB value is (101,10,171). Sum of RGB (Red+Green+Blue) = 101+10+171=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #650AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650AAB is #9AF554. Grayscale: #373737. Windows color (decimal): -10155349 or 11209317. OLE color: 11209317.
HSL color Cylindrical-coordinate representation of color #650AAB: hue angle of 273.91º 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 #650AAB is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 10 | 171 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.33 |
| HSL | 273.91º | 0.89% | 0.35% | - |
| HSV(B) | 273.91º | 0.94% | 0.67% | - |
| XYZ | 12.83 | 5.92 | 39 | - |
| YUV | 55.56 | 193.15 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 171 | 0.41 | 0.94 | 0 | 0.33 | 273.91 | 0.89 | 0.35 |
| Hex | 65 | A | AB | 29 | 5E | 0 | 21 | 112 | 59 | 23 |
| Octal | 145 | 12 | 253 | 51 | 136 | 0 | 41 | 422 | 131 | 43 |
| Binary | 1100101 | 1010 | 10101011 | 101001 | 1011110 | 0 | 100001 | 100010010 | 1011001 | 100011 |
Color Harmonies of #650AAB
Complementary color
Monochromatic Colors of #650AAB
Black with #650AAB
Text Example
Text Example
White with #650AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650AAB; }
p { color: rgb(101,10,171); }
H1.HeaderClassName
{
color: #650AAB;
}
.AnyTagClassName
{
color: #650AAB;
}
</style>
background-color css
<style>
a { background-color: #650AAB; }
a { background-color: rgb(101,10,171); }
div.DivClassName
{
background-color: #650AAB;
}
.BgClassName
{
background-color: #650AAB;
}
</style>
border-color css
<style>
span { border-color: #650AAB; }
span { border-color: rgb(101,10,171); }
td.TdClassName
{
border-color: #650AAB;
}
.TagClassName
{
border-color: #650AAB;
}
</style>