Shades of Purple Heart #532CDA
Tints of Purple Heart #532CDA
RGB
CMYK
RGB Variations
Color information
#532CDA (or 0x532CDA) is known color: Purple Heart. HEX triplet: 53, 2C and DA. RGB value is (83,44,218). Sum of RGB (Red+Green+Blue) = 83+44+218=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #532CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CDA is #ACD325. Grayscale: #4A4A4A. Windows color (decimal): -11326246 or 14298195. OLE color: 14298195.
HSL color Cylindrical-coordinate representation of color #532CDA: hue angle of 253.45º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532CDA is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 44 | 218 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.15 |
| HSL | 253.45º | 0.7% | 0.51% | - |
| HSV(B) | 253.45º | 0.8% | 0.85% | - |
| XYZ | 17.12 | 8.7 | 67.11 | - |
| YUV | 75.5 | 208.42 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 218 | 0.62 | 0.80 | 0 | 0.15 | 253.45 | 0.7 | 0.51 |
| Hex | 53 | 2C | DA | 3E | 50 | 0 | F | FD | 46 | 33 |
| Octal | 123 | 54 | 332 | 76 | 120 | 0 | 17 | 375 | 106 | 63 |
| Binary | 1010011 | 101100 | 11011010 | 111110 | 1010000 | 0 | 1111 | 11111101 | 1000110 | 110011 |
Color Harmonies of #532CDA
Complementary color
Monochromatic Colors of #532CDA
Black with #532CDA
Text Example
Text Example
White with #532CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CDA; }
p { color: rgb(83,44,218); }
H1.HeaderClassName
{
color: #532CDA;
}
.AnyTagClassName
{
color: #532CDA;
}
</style>
background-color css
<style>
a { background-color: #532CDA; }
a { background-color: rgb(83,44,218); }
div.DivClassName
{
background-color: #532CDA;
}
.BgClassName
{
background-color: #532CDA;
}
</style>
border-color css
<style>
span { border-color: #532CDA; }
span { border-color: rgb(83,44,218); }
td.TdClassName
{
border-color: #532CDA;
}
.TagClassName
{
border-color: #532CDA;
}
</style>