Shades of Purple Heart #532CCC
Tints of Purple Heart #532CCC
RGB
CMYK
RGB Variations
Color information
#532CCC (or 0x532CCC) is known color: Purple Heart. HEX triplet: 53, 2C and CC. RGB value is (83,44,204). Sum of RGB (Red+Green+Blue) = 83+44+204=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #532CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CCC is #ACD333. Grayscale: #494949. Windows color (decimal): -11326260 or 13380691. OLE color: 13380691.
HSL color Cylindrical-coordinate representation of color #532CCC: hue angle of 254.62º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #532CCC is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 44 | 204 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.2 |
| HSL | 254.63º | 0.65% | 0.49% | - |
| HSV(B) | 254.63º | 0.78% | 0.8% | - |
| XYZ | 15.37 | 8 | 57.86 | - |
| YUV | 73.9 | 201.42 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 204 | 0.59 | 0.78 | 0 | 0.2 | 254.63 | 0.65 | 0.49 |
| Hex | 53 | 2C | CC | 3B | 4E | 0 | 14 | FF | 41 | 31 |
| Octal | 123 | 54 | 314 | 73 | 116 | 0 | 24 | 377 | 101 | 61 |
| Binary | 1010011 | 101100 | 11001100 | 111011 | 1001110 | 0 | 10100 | 11111111 | 1000001 | 110001 |
Color Harmonies of #532CCC
Complementary color
Monochromatic Colors of #532CCC
Black with #532CCC
Text Example
Text Example
White with #532CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CCC; }
p { color: rgb(83,44,204); }
H1.HeaderClassName
{
color: #532CCC;
}
.AnyTagClassName
{
color: #532CCC;
}
</style>
background-color css
<style>
a { background-color: #532CCC; }
a { background-color: rgb(83,44,204); }
div.DivClassName
{
background-color: #532CCC;
}
.BgClassName
{
background-color: #532CCC;
}
</style>
border-color css
<style>
span { border-color: #532CCC; }
span { border-color: rgb(83,44,204); }
td.TdClassName
{
border-color: #532CCC;
}
.TagClassName
{
border-color: #532CCC;
}
</style>