Shades of Purple Heart #532EDC
Tints of Purple Heart #532EDC
RGB
CMYK
RGB Variations
Color information
#532EDC (or 0x532EDC) is known color: Purple Heart. HEX triplet: 53, 2E and DC. RGB value is (83,46,220). Sum of RGB (Red+Green+Blue) = 83+46+220=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #532EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532EDC is #ACD123. Grayscale: #4C4C4C. Windows color (decimal): -11325732 or 14429779. OLE color: 14429779.
HSL color Cylindrical-coordinate representation of color #532EDC: hue angle of 252.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532EDC is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 46 | 220 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.14 |
| HSL | 252.76º | 0.71% | 0.52% | - |
| HSV(B) | 252.76º | 0.79% | 0.86% | - |
| XYZ | 17.46 | 8.96 | 68.52 | - |
| YUV | 76.9 | 208.76 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 220 | 0.62 | 0.79 | 0 | 0.14 | 252.76 | 0.71 | 0.52 |
| Hex | 53 | 2E | DC | 3E | 4F | 0 | E | FD | 47 | 34 |
| Octal | 123 | 56 | 334 | 76 | 117 | 0 | 16 | 375 | 107 | 64 |
| Binary | 1010011 | 101110 | 11011100 | 111110 | 1001111 | 0 | 1110 | 11111101 | 1000111 | 110100 |
Color Harmonies of #532EDC
Complementary color
Monochromatic Colors of #532EDC
Black with #532EDC
Text Example
Text Example
White with #532EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532EDC; }
p { color: rgb(83,46,220); }
H1.HeaderClassName
{
color: #532EDC;
}
.AnyTagClassName
{
color: #532EDC;
}
</style>
background-color css
<style>
a { background-color: #532EDC; }
a { background-color: rgb(83,46,220); }
div.DivClassName
{
background-color: #532EDC;
}
.BgClassName
{
background-color: #532EDC;
}
</style>
border-color css
<style>
span { border-color: #532EDC; }
span { border-color: rgb(83,46,220); }
td.TdClassName
{
border-color: #532EDC;
}
.TagClassName
{
border-color: #532EDC;
}
</style>