Shades of Purple Heart #6529AB
Tints of Purple Heart #6529AB
RGB
CMYK
RGB Variations
Color information
#6529AB (or 0x6529AB) is known color: Purple Heart. HEX triplet: 65, 29 and AB. RGB value is (101,41,171). Sum of RGB (Red+Green+Blue) = 101+41+171=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #6529AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6529AB is #9AD654. Grayscale: #494949. Windows color (decimal): -10147413 or 11217253. OLE color: 11217253.
HSL color Cylindrical-coordinate representation of color #6529AB: hue angle of 267.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6529AB is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 41 | 171 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.33 |
| HSL | 267.69º | 0.61% | 0.42% | - |
| HSV(B) | 267.69º | 0.76% | 0.67% | - |
| XYZ | 13.51 | 7.29 | 39.22 | - |
| YUV | 73.76 | 182.88 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 41 | 171 | 0.41 | 0.76 | 0 | 0.33 | 267.69 | 0.61 | 0.42 |
| Hex | 65 | 29 | AB | 29 | 4C | 0 | 21 | 10C | 3D | 2A |
| Octal | 145 | 51 | 253 | 51 | 114 | 0 | 41 | 414 | 75 | 52 |
| Binary | 1100101 | 101001 | 10101011 | 101001 | 1001100 | 0 | 100001 | 100001100 | 111101 | 101010 |
Color Harmonies of #6529AB
Complementary color
Monochromatic Colors of #6529AB
Black with #6529AB
Text Example
Text Example
White with #6529AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6529AB; }
p { color: rgb(101,41,171); }
H1.HeaderClassName
{
color: #6529AB;
}
.AnyTagClassName
{
color: #6529AB;
}
</style>
background-color css
<style>
a { background-color: #6529AB; }
a { background-color: rgb(101,41,171); }
div.DivClassName
{
background-color: #6529AB;
}
.BgClassName
{
background-color: #6529AB;
}
</style>
border-color css
<style>
span { border-color: #6529AB; }
span { border-color: rgb(101,41,171); }
td.TdClassName
{
border-color: #6529AB;
}
.TagClassName
{
border-color: #6529AB;
}
</style>