Shades of Purple Heart #6528AB
Tints of Purple Heart #6528AB
RGB
CMYK
RGB Variations
Color information
#6528AB (or 0x6528AB) is known color: Purple Heart. HEX triplet: 65, 28 and AB. RGB value is (101,40,171). Sum of RGB (Red+Green+Blue) = 101+40+171=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #6528AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6528AB is #9AD754. Grayscale: #484848. Windows color (decimal): -10147669 or 11216997. OLE color: 11216997.
HSL color Cylindrical-coordinate representation of color #6528AB: hue angle of 267.94º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6528AB is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 40 | 171 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.33 |
| HSL | 267.94º | 0.62% | 0.41% | - |
| HSV(B) | 267.94º | 0.77% | 0.67% | - |
| XYZ | 13.48 | 7.22 | 39.21 | - |
| YUV | 73.17 | 183.21 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 171 | 0.41 | 0.77 | 0 | 0.33 | 267.94 | 0.62 | 0.41 |
| Hex | 65 | 28 | AB | 29 | 4D | 0 | 21 | 10C | 3E | 29 |
| Octal | 145 | 50 | 253 | 51 | 115 | 0 | 41 | 414 | 76 | 51 |
| Binary | 1100101 | 101000 | 10101011 | 101001 | 1001101 | 0 | 100001 | 100001100 | 111110 | 101001 |
Color Harmonies of #6528AB
Complementary color
Monochromatic Colors of #6528AB
Black with #6528AB
Text Example
Text Example
White with #6528AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6528AB; }
p { color: rgb(101,40,171); }
H1.HeaderClassName
{
color: #6528AB;
}
.AnyTagClassName
{
color: #6528AB;
}
</style>
background-color css
<style>
a { background-color: #6528AB; }
a { background-color: rgb(101,40,171); }
div.DivClassName
{
background-color: #6528AB;
}
.BgClassName
{
background-color: #6528AB;
}
</style>
border-color css
<style>
span { border-color: #6528AB; }
span { border-color: rgb(101,40,171); }
td.TdClassName
{
border-color: #6528AB;
}
.TagClassName
{
border-color: #6528AB;
}
</style>