Shades of Purple Heart #532CC6
Tints of Purple Heart #532CC6
RGB
CMYK
RGB Variations
Color information
#532CC6 (or 0x532CC6) is known color: Purple Heart. HEX triplet: 53, 2C and C6. RGB value is (83,44,198). Sum of RGB (Red+Green+Blue) = 83+44+198=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 198 (77.73% from 255 or 60.92% from 325); Max value from RGB is 198 - color contains mainly: blue. Hex color #532CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CC6 is #ACD339. Grayscale: #484848. Windows color (decimal): -11326266 or 12987475. OLE color: 12987475.
HSL color Cylindrical-coordinate representation of color #532CC6: hue angle of 255.19º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532CC6 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 44 | 198 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.22 |
| HSL | 255.19º | 0.64% | 0.47% | - |
| HSV(B) | 255.19º | 0.78% | 0.78% | - |
| XYZ | 14.66 | 7.72 | 54.14 | - |
| YUV | 73.22 | 198.42 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 198 | 0.58 | 0.78 | 0 | 0.22 | 255.19 | 0.64 | 0.47 |
| Hex | 53 | 2C | C6 | 3A | 4E | 0 | 16 | FF | 40 | 2F |
| Octal | 123 | 54 | 306 | 72 | 116 | 0 | 26 | 377 | 100 | 57 |
| Binary | 1010011 | 101100 | 11000110 | 111010 | 1001110 | 0 | 10110 | 11111111 | 1000000 | 101111 |
Color Harmonies of #532CC6
Complementary color
Monochromatic Colors of #532CC6
Black with #532CC6
Text Example
Text Example
White with #532CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CC6; }
p { color: rgb(83,44,198); }
H1.HeaderClassName
{
color: #532CC6;
}
.AnyTagClassName
{
color: #532CC6;
}
</style>
background-color css
<style>
a { background-color: #532CC6; }
a { background-color: rgb(83,44,198); }
div.DivClassName
{
background-color: #532CC6;
}
.BgClassName
{
background-color: #532CC6;
}
</style>
border-color css
<style>
span { border-color: #532CC6; }
span { border-color: rgb(83,44,198); }
td.TdClassName
{
border-color: #532CC6;
}
.TagClassName
{
border-color: #532CC6;
}
</style>