Shades of Purple Heart #532CBE
Tints of Purple Heart #532CBE
RGB
CMYK
RGB Variations
Color information
#532CBE (or 0x532CBE) is known color: Purple Heart. HEX triplet: 53, 2C and BE. RGB value is (83,44,190). Sum of RGB (Red+Green+Blue) = 83+44+190=317 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.18% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #532CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CBE is #ACD341. Grayscale: #474747. Windows color (decimal): -11326274 or 12463187. OLE color: 12463187.
HSL color Cylindrical-coordinate representation of color #532CBE: hue angle of 256.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532CBE is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 44 | 190 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.25 |
| HSL | 256.03º | 0.62% | 0.46% | - |
| HSV(B) | 256.03º | 0.77% | 0.75% | - |
| XYZ | 13.76 | 7.36 | 49.41 | - |
| YUV | 72.31 | 194.42 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 190 | 0.56 | 0.77 | 0 | 0.25 | 256.03 | 0.62 | 0.46 |
| Hex | 53 | 2C | BE | 38 | 4D | 0 | 19 | 100 | 3E | 2E |
| Octal | 123 | 54 | 276 | 70 | 115 | 0 | 31 | 400 | 76 | 56 |
| Binary | 1010011 | 101100 | 10111110 | 111000 | 1001101 | 0 | 11001 | 100000000 | 111110 | 101110 |
Color Harmonies of #532CBE
Complementary color
Monochromatic Colors of #532CBE
Black with #532CBE
Text Example
Text Example
White with #532CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CBE; }
p { color: rgb(83,44,190); }
H1.HeaderClassName
{
color: #532CBE;
}
.AnyTagClassName
{
color: #532CBE;
}
</style>
background-color css
<style>
a { background-color: #532CBE; }
a { background-color: rgb(83,44,190); }
div.DivClassName
{
background-color: #532CBE;
}
.BgClassName
{
background-color: #532CBE;
}
</style>
border-color css
<style>
span { border-color: #532CBE; }
span { border-color: rgb(83,44,190); }
td.TdClassName
{
border-color: #532CBE;
}
.TagClassName
{
border-color: #532CBE;
}
</style>