Shades of Purple Heart #532BAB
Tints of Purple Heart #532BAB
RGB
CMYK
RGB Variations
Color information
#532BAB (or 0x532BAB) is known color: Purple Heart. HEX triplet: 53, 2B and AB. RGB value is (83,43,171). Sum of RGB (Red+Green+Blue) = 83+43+171=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #532BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532BAB is #ACD454. Grayscale: #454545. Windows color (decimal): -11326549 or 11217747. OLE color: 11217747.
HSL color Cylindrical-coordinate representation of color #532BAB: hue angle of 258.75º degrees, saturation: 0.6, 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 #532BAB is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 43 | 171 | - |
| CMYK | 0.51 | 0.75 | 0 | 0.33 |
| HSL | 258.75º | 0.6% | 0.42% | - |
| HSV(B) | 258.75º | 0.75% | 0.67% | - |
| XYZ | 11.78 | 6.51 | 39.16 | - |
| YUV | 69.55 | 185.25 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 171 | 0.51 | 0.75 | 0 | 0.33 | 258.75 | 0.6 | 0.42 |
| Hex | 53 | 2B | AB | 33 | 4B | 0 | 21 | 103 | 3C | 2A |
| Octal | 123 | 53 | 253 | 63 | 113 | 0 | 41 | 403 | 74 | 52 |
| Binary | 1010011 | 101011 | 10101011 | 110011 | 1001011 | 0 | 100001 | 100000011 | 111100 | 101010 |
Color Harmonies of #532BAB
Complementary color
Monochromatic Colors of #532BAB
Black with #532BAB
Text Example
Text Example
White with #532BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532BAB; }
p { color: rgb(83,43,171); }
H1.HeaderClassName
{
color: #532BAB;
}
.AnyTagClassName
{
color: #532BAB;
}
</style>
background-color css
<style>
a { background-color: #532BAB; }
a { background-color: rgb(83,43,171); }
div.DivClassName
{
background-color: #532BAB;
}
.BgClassName
{
background-color: #532BAB;
}
</style>
border-color css
<style>
span { border-color: #532BAB; }
span { border-color: rgb(83,43,171); }
td.TdClassName
{
border-color: #532BAB;
}
.TagClassName
{
border-color: #532BAB;
}
</style>