Shades of Purple Heart #532CC8
Tints of Purple Heart #532CC8
RGB
CMYK
RGB Variations
Color information
#532CC8 (or 0x532CC8) is known color: Purple Heart. HEX triplet: 53, 2C and C8. RGB value is (83,44,200). Sum of RGB (Red+Green+Blue) = 83+44+200=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 200 (78.52% from 255 or 61.16% from 327); Max value from RGB is 200 - color contains mainly: blue. Hex color #532CC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CC8 is #ACD337. Grayscale: #484848. Windows color (decimal): -11326264 or 13118547. OLE color: 13118547.
HSL color Cylindrical-coordinate representation of color #532CC8: hue angle of 255º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532CC8 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 44 | 200 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.22 |
| HSL | 255º | 0.64% | 0.48% | - |
| HSV(B) | 255º | 0.78% | 0.78% | - |
| XYZ | 14.89 | 7.81 | 55.37 | - |
| YUV | 73.45 | 199.42 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 200 | 0.58 | 0.78 | 0 | 0.22 | 255 | 0.64 | 0.48 |
| Hex | 53 | 2C | C8 | 3A | 4E | 0 | 16 | FF | 40 | 30 |
| Octal | 123 | 54 | 310 | 72 | 116 | 0 | 26 | 377 | 100 | 60 |
| Binary | 1010011 | 101100 | 11001000 | 111010 | 1001110 | 0 | 10110 | 11111111 | 1000000 | 110000 |
Color Harmonies of #532CC8
Complementary color
Monochromatic Colors of #532CC8
Black with #532CC8
Text Example
Text Example
White with #532CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CC8; }
p { color: rgb(83,44,200); }
H1.HeaderClassName
{
color: #532CC8;
}
.AnyTagClassName
{
color: #532CC8;
}
</style>
background-color css
<style>
a { background-color: #532CC8; }
a { background-color: rgb(83,44,200); }
div.DivClassName
{
background-color: #532CC8;
}
.BgClassName
{
background-color: #532CC8;
}
</style>
border-color css
<style>
span { border-color: #532CC8; }
span { border-color: rgb(83,44,200); }
td.TdClassName
{
border-color: #532CC8;
}
.TagClassName
{
border-color: #532CC8;
}
</style>