Shades of Purple Heart #532BDB
Tints of Purple Heart #532BDB
RGB
CMYK
RGB Variations
Color information
#532BDB (or 0x532BDB) is known color: Purple Heart. HEX triplet: 53, 2B and DB. RGB value is (83,43,219). Sum of RGB (Red+Green+Blue) = 83+43+219=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #532BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532BDB is #ACD424. Grayscale: #4A4A4A. Windows color (decimal): -11326501 or 14363475. OLE color: 14363475.
HSL color Cylindrical-coordinate representation of color #532BDB: hue angle of 253.64º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532BDB is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 43 | 219 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.14 |
| HSL | 253.64º | 0.71% | 0.51% | - |
| HSV(B) | 253.64º | 0.8% | 0.86% | - |
| XYZ | 17.22 | 8.68 | 67.79 | - |
| YUV | 75.02 | 209.25 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 219 | 0.62 | 0.80 | 0 | 0.14 | 253.64 | 0.71 | 0.51 |
| Hex | 53 | 2B | DB | 3E | 50 | 0 | E | FE | 47 | 33 |
| Octal | 123 | 53 | 333 | 76 | 120 | 0 | 16 | 376 | 107 | 63 |
| Binary | 1010011 | 101011 | 11011011 | 111110 | 1010000 | 0 | 1110 | 11111110 | 1000111 | 110011 |
Color Harmonies of #532BDB
Complementary color
Monochromatic Colors of #532BDB
Black with #532BDB
Text Example
Text Example
White with #532BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532BDB; }
p { color: rgb(83,43,219); }
H1.HeaderClassName
{
color: #532BDB;
}
.AnyTagClassName
{
color: #532BDB;
}
</style>
background-color css
<style>
a { background-color: #532BDB; }
a { background-color: rgb(83,43,219); }
div.DivClassName
{
background-color: #532BDB;
}
.BgClassName
{
background-color: #532BDB;
}
</style>
border-color css
<style>
span { border-color: #532BDB; }
span { border-color: rgb(83,43,219); }
td.TdClassName
{
border-color: #532BDB;
}
.TagClassName
{
border-color: #532BDB;
}
</style>