Shades of Purple Heart #532CDC
Tints of Purple Heart #532CDC
RGB
CMYK
RGB Variations
Color information
#532CDC (or 0x532CDC) is known color: Purple Heart. HEX triplet: 53, 2C and DC. RGB value is (83,44,220). Sum of RGB (Red+Green+Blue) = 83+44+220=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #532CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CDC is #ACD323. Grayscale: #4B4B4B. Windows color (decimal): -11326244 or 14429267. OLE color: 14429267.
HSL color Cylindrical-coordinate representation of color #532CDC: hue angle of 253.3º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #532CDC is Cyan = 0.62, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 44 | 220 | - |
| CMYK | 0.62 | 0.8 | 0 | 0.14 |
| HSL | 253.3º | 0.72% | 0.52% | - |
| HSV(B) | 253.3º | 0.8% | 0.86% | - |
| XYZ | 17.39 | 8.81 | 68.49 | - |
| YUV | 75.73 | 209.42 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 220 | 0.62 | 0.8 | 0 | 0.14 | 253.3 | 0.72 | 0.52 |
| Hex | 53 | 2C | DC | 3E | 50 | 0 | E | FD | 48 | 34 |
| Octal | 123 | 54 | 334 | 76 | 120 | 0 | 16 | 375 | 110 | 64 |
| Binary | 1010011 | 101100 | 11011100 | 111110 | 1010000 | 0 | 1110 | 11111101 | 1001000 | 110100 |
Color Harmonies of #532CDC
Complementary color
Monochromatic Colors of #532CDC
Black with #532CDC
Text Example
Text Example
White with #532CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CDC; }
p { color: rgb(83,44,220); }
H1.HeaderClassName
{
color: #532CDC;
}
.AnyTagClassName
{
color: #532CDC;
}
</style>
background-color css
<style>
a { background-color: #532CDC; }
a { background-color: rgb(83,44,220); }
div.DivClassName
{
background-color: #532CDC;
}
.BgClassName
{
background-color: #532CDC;
}
</style>
border-color css
<style>
span { border-color: #532CDC; }
span { border-color: rgb(83,44,220); }
td.TdClassName
{
border-color: #532CDC;
}
.TagClassName
{
border-color: #532CDC;
}
</style>