Shades of Purple Heart #532DAC
Tints of Purple Heart #532DAC
RGB
CMYK
RGB Variations
Color information
#532DAC (or 0x532DAC) is known color: Purple Heart. HEX triplet: 53, 2D and AC. RGB value is (83,45,172). Sum of RGB (Red+Green+Blue) = 83+45+172=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #532DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532DAC is #ACD253. Grayscale: #464646. Windows color (decimal): -11326036 or 11283795. OLE color: 11283795.
HSL color Cylindrical-coordinate representation of color #532DAC: hue angle of 257.95º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #532DAC is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 45 | 172 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.33 |
| HSL | 257.95º | 0.59% | 0.43% | - |
| HSV(B) | 257.95º | 0.74% | 0.67% | - |
| XYZ | 11.95 | 6.69 | 39.69 | - |
| YUV | 70.84 | 185.09 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 172 | 0.52 | 0.74 | 0 | 0.33 | 257.95 | 0.59 | 0.43 |
| Hex | 53 | 2D | AC | 34 | 4A | 0 | 21 | 102 | 3B | 2B |
| Octal | 123 | 55 | 254 | 64 | 112 | 0 | 41 | 402 | 73 | 53 |
| Binary | 1010011 | 101101 | 10101100 | 110100 | 1001010 | 0 | 100001 | 100000010 | 111011 | 101011 |
Color Harmonies of #532DAC
Complementary color
Monochromatic Colors of #532DAC
Black with #532DAC
Text Example
Text Example
White with #532DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532DAC; }
p { color: rgb(83,45,172); }
H1.HeaderClassName
{
color: #532DAC;
}
.AnyTagClassName
{
color: #532DAC;
}
</style>
background-color css
<style>
a { background-color: #532DAC; }
a { background-color: rgb(83,45,172); }
div.DivClassName
{
background-color: #532DAC;
}
.BgClassName
{
background-color: #532DAC;
}
</style>
border-color css
<style>
span { border-color: #532DAC; }
span { border-color: rgb(83,45,172); }
td.TdClassName
{
border-color: #532DAC;
}
.TagClassName
{
border-color: #532DAC;
}
</style>