Shades of Purple Heart #532DAE
Tints of Purple Heart #532DAE
RGB
CMYK
RGB Variations
Color information
#532DAE (or 0x532DAE) is known color: Purple Heart. HEX triplet: 53, 2D and AE. RGB value is (83,45,174). Sum of RGB (Red+Green+Blue) = 83+45+174=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #532DAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532DAE is #ACD251. Grayscale: #464646. Windows color (decimal): -11326034 or 11414867. OLE color: 11414867.
HSL color Cylindrical-coordinate representation of color #532DAE: hue angle of 257.67º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #532DAE is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 45 | 174 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.32 |
| HSL | 257.67º | 0.59% | 0.43% | - |
| HSV(B) | 257.67º | 0.74% | 0.68% | - |
| XYZ | 12.15 | 6.77 | 40.71 | - |
| YUV | 71.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 174 | 0.52 | 0.74 | 0 | 0.32 | 257.67 | 0.59 | 0.43 |
| Hex | 53 | 2D | AE | 34 | 4A | 0 | 20 | 102 | 3B | 2B |
| Octal | 123 | 55 | 256 | 64 | 112 | 0 | 40 | 402 | 73 | 53 |
| Binary | 1010011 | 101101 | 10101110 | 110100 | 1001010 | 0 | 100000 | 100000010 | 111011 | 101011 |
Color Harmonies of #532DAE
Complementary color
Monochromatic Colors of #532DAE
Black with #532DAE
Text Example
Text Example
White with #532DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532DAE; }
p { color: rgb(83,45,174); }
H1.HeaderClassName
{
color: #532DAE;
}
.AnyTagClassName
{
color: #532DAE;
}
</style>
background-color css
<style>
a { background-color: #532DAE; }
a { background-color: rgb(83,45,174); }
div.DivClassName
{
background-color: #532DAE;
}
.BgClassName
{
background-color: #532DAE;
}
</style>
border-color css
<style>
span { border-color: #532DAE; }
span { border-color: rgb(83,45,174); }
td.TdClassName
{
border-color: #532DAE;
}
.TagClassName
{
border-color: #532DAE;
}
</style>