Shades of Purple Heart #532AAB
Tints of Purple Heart #532AAB
RGB
CMYK
RGB Variations
Color information
#532AAB (or 0x532AAB) is known color: Purple Heart. HEX triplet: 53, 2A and AB. RGB value is (83,42,171). Sum of RGB (Red+Green+Blue) = 83+42+171=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #532AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532AAB is #ACD554. Grayscale: #444444. Windows color (decimal): -11326805 or 11217491. OLE color: 11217491.
HSL color Cylindrical-coordinate representation of color #532AAB: hue angle of 259.07º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532AAB is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 42 | 171 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.33 |
| HSL | 259.07º | 0.61% | 0.42% | - |
| HSV(B) | 259.07º | 0.75% | 0.67% | - |
| XYZ | 11.75 | 6.44 | 39.15 | - |
| YUV | 68.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 171 | 0.51 | 0.75 | 0 | 0.33 | 259.07 | 0.61 | 0.42 |
| Hex | 53 | 2A | AB | 33 | 4B | 0 | 21 | 103 | 3D | 2A |
| Octal | 123 | 52 | 253 | 63 | 113 | 0 | 41 | 403 | 75 | 52 |
| Binary | 1010011 | 101010 | 10101011 | 110011 | 1001011 | 0 | 100001 | 100000011 | 111101 | 101010 |
Color Harmonies of #532AAB
Complementary color
Monochromatic Colors of #532AAB
Black with #532AAB
Text Example
Text Example
White with #532AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532AAB; }
p { color: rgb(83,42,171); }
H1.HeaderClassName
{
color: #532AAB;
}
.AnyTagClassName
{
color: #532AAB;
}
</style>
background-color css
<style>
a { background-color: #532AAB; }
a { background-color: rgb(83,42,171); }
div.DivClassName
{
background-color: #532AAB;
}
.BgClassName
{
background-color: #532AAB;
}
</style>
border-color css
<style>
span { border-color: #532AAB; }
span { border-color: rgb(83,42,171); }
td.TdClassName
{
border-color: #532AAB;
}
.TagClassName
{
border-color: #532AAB;
}
</style>