Shades of Purple Heart #5226AB
Tints of Purple Heart #5226AB
RGB
CMYK
RGB Variations
Color information
#5226AB (or 0x5226AB) is known color: Purple Heart. HEX triplet: 52, 26 and AB. RGB value is (82,38,171). Sum of RGB (Red+Green+Blue) = 82+38+171=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #5226AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5226AB is #ADD954. Grayscale: #414141. Windows color (decimal): -11393365 or 11216466. OLE color: 11216466.
HSL color Cylindrical-coordinate representation of color #5226AB: hue angle of 259.85º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5226AB is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 38 | 171 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.33 |
| HSL | 259.85º | 0.64% | 0.41% | - |
| HSV(B) | 259.85º | 0.78% | 0.67% | - |
| XYZ | 11.52 | 6.12 | 39.1 | - |
| YUV | 66.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 38 | 171 | 0.52 | 0.78 | 0 | 0.33 | 259.85 | 0.64 | 0.41 |
| Hex | 52 | 26 | AB | 34 | 4E | 0 | 21 | 104 | 40 | 29 |
| Octal | 122 | 46 | 253 | 64 | 116 | 0 | 41 | 404 | 100 | 51 |
| Binary | 1010010 | 100110 | 10101011 | 110100 | 1001110 | 0 | 100001 | 100000100 | 1000000 | 101001 |
Color Harmonies of #5226AB
Complementary color
Monochromatic Colors of #5226AB
Black with #5226AB
Text Example
Text Example
White with #5226AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5226AB; }
p { color: rgb(82,38,171); }
H1.HeaderClassName
{
color: #5226AB;
}
.AnyTagClassName
{
color: #5226AB;
}
</style>
background-color css
<style>
a { background-color: #5226AB; }
a { background-color: rgb(82,38,171); }
div.DivClassName
{
background-color: #5226AB;
}
.BgClassName
{
background-color: #5226AB;
}
</style>
border-color css
<style>
span { border-color: #5226AB; }
span { border-color: rgb(82,38,171); }
td.TdClassName
{
border-color: #5226AB;
}
.TagClassName
{
border-color: #5226AB;
}
</style>