Shades of Purple Heart #6520AB
Tints of Purple Heart #6520AB
RGB
CMYK
RGB Variations
Color information
#6520AB (or 0x6520AB) is known color: Purple Heart. HEX triplet: 65, 20 and AB. RGB value is (101,32,171). Sum of RGB (Red+Green+Blue) = 101+32+171=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #6520AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6520AB is #9ADF54. Grayscale: #434343. Windows color (decimal): -10149717 or 11214949. OLE color: 11214949.
HSL color Cylindrical-coordinate representation of color #6520AB: hue angle of 269.78º degrees, saturation: 0.68, 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 #6520AB is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 32 | 171 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.33 |
| HSL | 269.78º | 0.68% | 0.4% | - |
| HSV(B) | 269.78º | 0.81% | 0.67% | - |
| XYZ | 13.23 | 6.74 | 39.13 | - |
| YUV | 68.48 | 185.86 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 171 | 0.41 | 0.81 | 0 | 0.33 | 269.78 | 0.68 | 0.4 |
| Hex | 65 | 20 | AB | 29 | 51 | 0 | 21 | 10E | 44 | 28 |
| Octal | 145 | 40 | 253 | 51 | 121 | 0 | 41 | 416 | 104 | 50 |
| Binary | 1100101 | 100000 | 10101011 | 101001 | 1010001 | 0 | 100001 | 100001110 | 1000100 | 101000 |
Color Harmonies of #6520AB
Complementary color
Monochromatic Colors of #6520AB
Black with #6520AB
Text Example
Text Example
White with #6520AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6520AB; }
p { color: rgb(101,32,171); }
H1.HeaderClassName
{
color: #6520AB;
}
.AnyTagClassName
{
color: #6520AB;
}
</style>
background-color css
<style>
a { background-color: #6520AB; }
a { background-color: rgb(101,32,171); }
div.DivClassName
{
background-color: #6520AB;
}
.BgClassName
{
background-color: #6520AB;
}
</style>
border-color css
<style>
span { border-color: #6520AB; }
span { border-color: rgb(101,32,171); }
td.TdClassName
{
border-color: #6520AB;
}
.TagClassName
{
border-color: #6520AB;
}
</style>