Shades of Purple Heart #532DAD
Tints of Purple Heart #532DAD
RGB
CMYK
RGB Variations
Color information
#532DAD (or 0x532DAD) is known color: Purple Heart. HEX triplet: 53, 2D and AD. RGB value is (83,45,173). Sum of RGB (Red+Green+Blue) = 83+45+173=301 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.57% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #532DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532DAD is #ACD252. Grayscale: #464646. Windows color (decimal): -11326035 or 11349331. OLE color: 11349331.
HSL color Cylindrical-coordinate representation of color #532DAD: hue angle of 257.81º 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 #532DAD is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 45 | 173 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.32 |
| HSL | 257.81º | 0.59% | 0.43% | - |
| HSV(B) | 257.81º | 0.74% | 0.68% | - |
| XYZ | 12.05 | 6.73 | 40.2 | - |
| YUV | 70.95 | 185.59 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 173 | 0.52 | 0.74 | 0 | 0.32 | 257.81 | 0.59 | 0.43 |
| Hex | 53 | 2D | AD | 34 | 4A | 0 | 20 | 102 | 3B | 2B |
| Octal | 123 | 55 | 255 | 64 | 112 | 0 | 40 | 402 | 73 | 53 |
| Binary | 1010011 | 101101 | 10101101 | 110100 | 1001010 | 0 | 100000 | 100000010 | 111011 | 101011 |
Color Harmonies of #532DAD
Complementary color
Monochromatic Colors of #532DAD
Black with #532DAD
Text Example
Text Example
White with #532DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532DAD; }
p { color: rgb(83,45,173); }
H1.HeaderClassName
{
color: #532DAD;
}
.AnyTagClassName
{
color: #532DAD;
}
</style>
background-color css
<style>
a { background-color: #532DAD; }
a { background-color: rgb(83,45,173); }
div.DivClassName
{
background-color: #532DAD;
}
.BgClassName
{
background-color: #532DAD;
}
</style>
border-color css
<style>
span { border-color: #532DAD; }
span { border-color: rgb(83,45,173); }
td.TdClassName
{
border-color: #532DAD;
}
.TagClassName
{
border-color: #532DAD;
}
</style>