Shades of Purple Heart #532CB9
Tints of Purple Heart #532CB9
RGB
CMYK
RGB Variations
Color information
#532CB9 (or 0x532CB9) is known color: Purple Heart. HEX triplet: 53, 2C and B9. RGB value is (83,44,185). Sum of RGB (Red+Green+Blue) = 83+44+185=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 185 (72.66% from 255 or 59.29% from 312); Max value from RGB is 185 - color contains mainly: blue. Hex color #532CB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CB9 is #ACD346. Grayscale: #474747. Windows color (decimal): -11326279 or 12135507. OLE color: 12135507.
HSL color Cylindrical-coordinate representation of color #532CB9: hue angle of 256.6º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #532CB9 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 44 | 185 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.27 |
| HSL | 256.6º | 0.62% | 0.45% | - |
| HSV(B) | 256.6º | 0.76% | 0.73% | - |
| XYZ | 13.22 | 7.14 | 46.58 | - |
| YUV | 71.74 | 191.92 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 185 | 0.55 | 0.76 | 0 | 0.27 | 256.6 | 0.62 | 0.45 |
| Hex | 53 | 2C | B9 | 37 | 4C | 0 | 1B | 101 | 3E | 2D |
| Octal | 123 | 54 | 271 | 67 | 114 | 0 | 33 | 401 | 76 | 55 |
| Binary | 1010011 | 101100 | 10111001 | 110111 | 1001100 | 0 | 11011 | 100000001 | 111110 | 101101 |
Color Harmonies of #532CB9
Complementary color
Monochromatic Colors of #532CB9
Black with #532CB9
Text Example
Text Example
White with #532CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CB9; }
p { color: rgb(83,44,185); }
H1.HeaderClassName
{
color: #532CB9;
}
.AnyTagClassName
{
color: #532CB9;
}
</style>
background-color css
<style>
a { background-color: #532CB9; }
a { background-color: rgb(83,44,185); }
div.DivClassName
{
background-color: #532CB9;
}
.BgClassName
{
background-color: #532CB9;
}
</style>
border-color css
<style>
span { border-color: #532CB9; }
span { border-color: rgb(83,44,185); }
td.TdClassName
{
border-color: #532CB9;
}
.TagClassName
{
border-color: #532CB9;
}
</style>