Shades of Purple Heart #5228AA
Tints of Purple Heart #5228AA
RGB
CMYK
RGB Variations
Color information
#5228AA (or 0x5228AA) is known color: Purple Heart. HEX triplet: 52, 28 and AA. RGB value is (82,40,170). Sum of RGB (Red+Green+Blue) = 82+40+170=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #5228AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5228AA is #ADD755. Grayscale: #424242. Windows color (decimal): -11392854 or 11151442. OLE color: 11151442.
HSL color Cylindrical-coordinate representation of color #5228AA: hue angle of 259.38º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5228AA is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 40 | 170 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.33 |
| HSL | 259.38º | 0.62% | 0.41% | - |
| HSV(B) | 259.38º | 0.76% | 0.67% | - |
| XYZ | 11.49 | 6.21 | 38.62 | - |
| YUV | 67.38 | 185.91 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 40 | 170 | 0.52 | 0.76 | 0 | 0.33 | 259.38 | 0.62 | 0.41 |
| Hex | 52 | 28 | AA | 34 | 4C | 0 | 21 | 103 | 3E | 29 |
| Octal | 122 | 50 | 252 | 64 | 114 | 0 | 41 | 403 | 76 | 51 |
| Binary | 1010010 | 101000 | 10101010 | 110100 | 1001100 | 0 | 100001 | 100000011 | 111110 | 101001 |
Color Harmonies of #5228AA
Complementary color
Monochromatic Colors of #5228AA
Black with #5228AA
Text Example
Text Example
White with #5228AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5228AA; }
p { color: rgb(82,40,170); }
H1.HeaderClassName
{
color: #5228AA;
}
.AnyTagClassName
{
color: #5228AA;
}
</style>
background-color css
<style>
a { background-color: #5228AA; }
a { background-color: rgb(82,40,170); }
div.DivClassName
{
background-color: #5228AA;
}
.BgClassName
{
background-color: #5228AA;
}
</style>
border-color css
<style>
span { border-color: #5228AA; }
span { border-color: rgb(82,40,170); }
td.TdClassName
{
border-color: #5228AA;
}
.TagClassName
{
border-color: #5228AA;
}
</style>