Shades of Purple Heart #6524AA
Tints of Purple Heart #6524AA
RGB
CMYK
RGB Variations
Color information
#6524AA (or 0x6524AA) is known color: Purple Heart. HEX triplet: 65, 24 and AA. RGB value is (101,36,170). Sum of RGB (Red+Green+Blue) = 101+36+170=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #6524AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6524AA is #9ADB55. Grayscale: #464646. Windows color (decimal): -10148694 or 11150437. OLE color: 11150437.
HSL color Cylindrical-coordinate representation of color #6524AA: hue angle of 269.1º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6524AA is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 36 | 170 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.33 |
| HSL | 269.1º | 0.65% | 0.4% | - |
| HSV(B) | 269.1º | 0.79% | 0.67% | - |
| XYZ | 13.25 | 6.93 | 38.67 | - |
| YUV | 70.71 | 184.03 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 170 | 0.41 | 0.79 | 0 | 0.33 | 269.1 | 0.65 | 0.4 |
| Hex | 65 | 24 | AA | 29 | 4F | 0 | 21 | 10D | 41 | 28 |
| Octal | 145 | 44 | 252 | 51 | 117 | 0 | 41 | 415 | 101 | 50 |
| Binary | 1100101 | 100100 | 10101010 | 101001 | 1001111 | 0 | 100001 | 100001101 | 1000001 | 101000 |
Color Harmonies of #6524AA
Complementary color
Monochromatic Colors of #6524AA
Black with #6524AA
Text Example
Text Example
White with #6524AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6524AA; }
p { color: rgb(101,36,170); }
H1.HeaderClassName
{
color: #6524AA;
}
.AnyTagClassName
{
color: #6524AA;
}
</style>
background-color css
<style>
a { background-color: #6524AA; }
a { background-color: rgb(101,36,170); }
div.DivClassName
{
background-color: #6524AA;
}
.BgClassName
{
background-color: #6524AA;
}
</style>
border-color css
<style>
span { border-color: #6524AA; }
span { border-color: rgb(101,36,170); }
td.TdClassName
{
border-color: #6524AA;
}
.TagClassName
{
border-color: #6524AA;
}
</style>