Shades of Purple Heart #532DAB
Tints of Purple Heart #532DAB
RGB
CMYK
RGB Variations
Color information
#532DAB (or 0x532DAB) is known color: Purple Heart. HEX triplet: 53, 2D and AB. RGB value is (83,45,171). Sum of RGB (Red+Green+Blue) = 83+45+171=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #532DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532DAB is #ACD254. Grayscale: #464646. Windows color (decimal): -11326037 or 11218259. OLE color: 11218259.
HSL color Cylindrical-coordinate representation of color #532DAB: hue angle of 258.1º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #532DAB is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 45 | 171 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.33 |
| HSL | 258.1º | 0.58% | 0.42% | - |
| HSV(B) | 258.1º | 0.74% | 0.67% | - |
| XYZ | 11.86 | 6.66 | 39.19 | - |
| YUV | 70.73 | 184.59 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 171 | 0.51 | 0.74 | 0 | 0.33 | 258.1 | 0.58 | 0.42 |
| Hex | 53 | 2D | AB | 33 | 4A | 0 | 21 | 102 | 3A | 2A |
| Octal | 123 | 55 | 253 | 63 | 112 | 0 | 41 | 402 | 72 | 52 |
| Binary | 1010011 | 101101 | 10101011 | 110011 | 1001010 | 0 | 100001 | 100000010 | 111010 | 101010 |
Color Harmonies of #532DAB
Complementary color
Monochromatic Colors of #532DAB
Black with #532DAB
Text Example
Text Example
White with #532DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532DAB; }
p { color: rgb(83,45,171); }
H1.HeaderClassName
{
color: #532DAB;
}
.AnyTagClassName
{
color: #532DAB;
}
</style>
background-color css
<style>
a { background-color: #532DAB; }
a { background-color: rgb(83,45,171); }
div.DivClassName
{
background-color: #532DAB;
}
.BgClassName
{
background-color: #532DAB;
}
</style>
border-color css
<style>
span { border-color: #532DAB; }
span { border-color: rgb(83,45,171); }
td.TdClassName
{
border-color: #532DAB;
}
.TagClassName
{
border-color: #532DAB;
}
</style>