Shades of Purple Heart #532CBA
Tints of Purple Heart #532CBA
RGB
CMYK
RGB Variations
Color information
#532CBA (or 0x532CBA) is known color: Purple Heart. HEX triplet: 53, 2C and BA. RGB value is (83,44,186). Sum of RGB (Red+Green+Blue) = 83+44+186=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #532CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CBA is #ACD345. Grayscale: #474747. Windows color (decimal): -11326278 or 12201043. OLE color: 12201043.
HSL color Cylindrical-coordinate representation of color #532CBA: hue angle of 256.48º 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 #532CBA is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 44 | 186 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.27 |
| HSL | 256.48º | 0.62% | 0.45% | - |
| HSV(B) | 256.48º | 0.76% | 0.73% | - |
| XYZ | 13.33 | 7.19 | 47.14 | - |
| YUV | 71.85 | 192.42 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 186 | 0.55 | 0.76 | 0 | 0.27 | 256.48 | 0.62 | 0.45 |
| Hex | 53 | 2C | BA | 37 | 4C | 0 | 1B | 100 | 3E | 2D |
| Octal | 123 | 54 | 272 | 67 | 114 | 0 | 33 | 400 | 76 | 55 |
| Binary | 1010011 | 101100 | 10111010 | 110111 | 1001100 | 0 | 11011 | 100000000 | 111110 | 101101 |
Color Harmonies of #532CBA
Complementary color
Monochromatic Colors of #532CBA
Black with #532CBA
Text Example
Text Example
White with #532CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CBA; }
p { color: rgb(83,44,186); }
H1.HeaderClassName
{
color: #532CBA;
}
.AnyTagClassName
{
color: #532CBA;
}
</style>
background-color css
<style>
a { background-color: #532CBA; }
a { background-color: rgb(83,44,186); }
div.DivClassName
{
background-color: #532CBA;
}
.BgClassName
{
background-color: #532CBA;
}
</style>
border-color css
<style>
span { border-color: #532CBA; }
span { border-color: rgb(83,44,186); }
td.TdClassName
{
border-color: #532CBA;
}
.TagClassName
{
border-color: #532CBA;
}
</style>