Shades of Purple Heart #6521AA
Tints of Purple Heart #6521AA
RGB
CMYK
RGB Variations
Color information
#6521AA (or 0x6521AA) is known color: Purple Heart. HEX triplet: 65, 21 and AA. RGB value is (101,33,170). Sum of RGB (Red+Green+Blue) = 101+33+170=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #6521AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6521AA is #9ADE55. Grayscale: #444444. Windows color (decimal): -10149462 or 11149669. OLE color: 11149669.
HSL color Cylindrical-coordinate representation of color #6521AA: hue angle of 269.78º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6521AA is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 33 | 170 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.33 |
| HSL | 269.78º | 0.67% | 0.4% | - |
| HSV(B) | 269.78º | 0.81% | 0.67% | - |
| XYZ | 13.17 | 6.76 | 38.64 | - |
| YUV | 68.95 | 185.03 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 170 | 0.41 | 0.81 | 0 | 0.33 | 269.78 | 0.67 | 0.4 |
| Hex | 65 | 21 | AA | 29 | 51 | 0 | 21 | 10E | 43 | 28 |
| Octal | 145 | 41 | 252 | 51 | 121 | 0 | 41 | 416 | 103 | 50 |
| Binary | 1100101 | 100001 | 10101010 | 101001 | 1010001 | 0 | 100001 | 100001110 | 1000011 | 101000 |
Color Harmonies of #6521AA
Complementary color
Monochromatic Colors of #6521AA
Black with #6521AA
Text Example
Text Example
White with #6521AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6521AA; }
p { color: rgb(101,33,170); }
H1.HeaderClassName
{
color: #6521AA;
}
.AnyTagClassName
{
color: #6521AA;
}
</style>
background-color css
<style>
a { background-color: #6521AA; }
a { background-color: rgb(101,33,170); }
div.DivClassName
{
background-color: #6521AA;
}
.BgClassName
{
background-color: #6521AA;
}
</style>
border-color css
<style>
span { border-color: #6521AA; }
span { border-color: rgb(101,33,170); }
td.TdClassName
{
border-color: #6521AA;
}
.TagClassName
{
border-color: #6521AA;
}
</style>