Shades of Purple Heart #651AAA
Tints of Purple Heart #651AAA
RGB
CMYK
RGB Variations
Color information
#651AAA (or 0x651AAA) is known color: Purple Heart. HEX triplet: 65, 1A and AA. RGB value is (101,26,170). Sum of RGB (Red+Green+Blue) = 101+26+170=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #651AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651AAA is #9AE555. Grayscale: #404040. Windows color (decimal): -10151254 or 11147877. OLE color: 11147877.
HSL color Cylindrical-coordinate representation of color #651AAA: hue angle of 271.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #651AAA is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 26 | 170 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.33 |
| HSL | 271.25º | 0.73% | 0.38% | - |
| HSV(B) | 271.25º | 0.85% | 0.67% | - |
| XYZ | 12.99 | 6.41 | 38.58 | - |
| YUV | 64.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 26 | 170 | 0.41 | 0.85 | 0 | 0.33 | 271.25 | 0.73 | 0.38 |
| Hex | 65 | 1A | AA | 29 | 55 | 0 | 21 | 10F | 49 | 26 |
| Octal | 145 | 32 | 252 | 51 | 125 | 0 | 41 | 417 | 111 | 46 |
| Binary | 1100101 | 11010 | 10101010 | 101001 | 1010101 | 0 | 100001 | 100001111 | 1001001 | 100110 |
Color Harmonies of #651AAA
Complementary color
Monochromatic Colors of #651AAA
Black with #651AAA
Text Example
Text Example
White with #651AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651AAA; }
p { color: rgb(101,26,170); }
H1.HeaderClassName
{
color: #651AAA;
}
.AnyTagClassName
{
color: #651AAA;
}
</style>
background-color css
<style>
a { background-color: #651AAA; }
a { background-color: rgb(101,26,170); }
div.DivClassName
{
background-color: #651AAA;
}
.BgClassName
{
background-color: #651AAA;
}
</style>
border-color css
<style>
span { border-color: #651AAA; }
span { border-color: rgb(101,26,170); }
td.TdClassName
{
border-color: #651AAA;
}
.TagClassName
{
border-color: #651AAA;
}
</style>