Shades of Purple Heart #532AAC
Tints of Purple Heart #532AAC
RGB
CMYK
RGB Variations
Color information
#532AAC (or 0x532AAC) is known color: Purple Heart. HEX triplet: 53, 2A and AC. RGB value is (83,42,172). Sum of RGB (Red+Green+Blue) = 83+42+172=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #532AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532AAC is #ACD553. Grayscale: #444444. Windows color (decimal): -11326804 or 11283027. OLE color: 11283027.
HSL color Cylindrical-coordinate representation of color #532AAC: hue angle of 258.92º 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 #532AAC is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 42 | 172 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.33 |
| HSL | 258.92º | 0.61% | 0.42% | - |
| HSV(B) | 258.92º | 0.76% | 0.67% | - |
| XYZ | 11.84 | 6.47 | 39.66 | - |
| YUV | 69.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 172 | 0.52 | 0.76 | 0 | 0.33 | 258.92 | 0.61 | 0.42 |
| Hex | 53 | 2A | AC | 34 | 4C | 0 | 21 | 103 | 3D | 2A |
| Octal | 123 | 52 | 254 | 64 | 114 | 0 | 41 | 403 | 75 | 52 |
| Binary | 1010011 | 101010 | 10101100 | 110100 | 1001100 | 0 | 100001 | 100000011 | 111101 | 101010 |
Color Harmonies of #532AAC
Complementary color
Monochromatic Colors of #532AAC
Black with #532AAC
Text Example
Text Example
White with #532AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532AAC; }
p { color: rgb(83,42,172); }
H1.HeaderClassName
{
color: #532AAC;
}
.AnyTagClassName
{
color: #532AAC;
}
</style>
background-color css
<style>
a { background-color: #532AAC; }
a { background-color: rgb(83,42,172); }
div.DivClassName
{
background-color: #532AAC;
}
.BgClassName
{
background-color: #532AAC;
}
</style>
border-color css
<style>
span { border-color: #532AAC; }
span { border-color: rgb(83,42,172); }
td.TdClassName
{
border-color: #532AAC;
}
.TagClassName
{
border-color: #532AAC;
}
</style>