Shades of Purple Heart #532CAA
Tints of Purple Heart #532CAA
RGB
CMYK
RGB Variations
Color information
#532CAA (or 0x532CAA) is known color: Purple Heart. HEX triplet: 53, 2C and AA. RGB value is (83,44,170). Sum of RGB (Red+Green+Blue) = 83+44+170=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #532CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532CAA is #ACD355. Grayscale: #454545. Windows color (decimal): -11326294 or 11152467. OLE color: 11152467.
HSL color Cylindrical-coordinate representation of color #532CAA: hue angle of 258.57º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #532CAA is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 44 | 170 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.33 |
| HSL | 258.57º | 0.59% | 0.42% | - |
| HSV(B) | 258.57º | 0.74% | 0.67% | - |
| XYZ | 11.72 | 6.54 | 38.68 | - |
| YUV | 70.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 170 | 0.51 | 0.74 | 0 | 0.33 | 258.57 | 0.59 | 0.42 |
| Hex | 53 | 2C | AA | 33 | 4A | 0 | 21 | 103 | 3B | 2A |
| Octal | 123 | 54 | 252 | 63 | 112 | 0 | 41 | 403 | 73 | 52 |
| Binary | 1010011 | 101100 | 10101010 | 110011 | 1001010 | 0 | 100001 | 100000011 | 111011 | 101010 |
Color Harmonies of #532CAA
Complementary color
Monochromatic Colors of #532CAA
Black with #532CAA
Text Example
Text Example
White with #532CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CAA; }
p { color: rgb(83,44,170); }
H1.HeaderClassName
{
color: #532CAA;
}
.AnyTagClassName
{
color: #532CAA;
}
</style>
background-color css
<style>
a { background-color: #532CAA; }
a { background-color: rgb(83,44,170); }
div.DivClassName
{
background-color: #532CAA;
}
.BgClassName
{
background-color: #532CAA;
}
</style>
border-color css
<style>
span { border-color: #532CAA; }
span { border-color: rgb(83,44,170); }
td.TdClassName
{
border-color: #532CAA;
}
.TagClassName
{
border-color: #532CAA;
}
</style>