Shades of Purple Heart #532FDC
Tints of Purple Heart #532FDC
RGB
CMYK
RGB Variations
Color information
#532FDC (or 0x532FDC) is known color: Purple Heart. HEX triplet: 53, 2F and DC. RGB value is (83,47,220). Sum of RGB (Red+Green+Blue) = 83+47+220=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #532FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532FDC is #ACD023. Grayscale: #4C4C4C. Windows color (decimal): -11325476 or 14430035. OLE color: 14430035.
HSL color Cylindrical-coordinate representation of color #532FDC: hue angle of 252.49º 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 #532FDC is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 47 | 220 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.14 |
| HSL | 252.49º | 0.71% | 0.52% | - |
| HSV(B) | 252.49º | 0.79% | 0.86% | - |
| XYZ | 17.5 | 9.04 | 68.53 | - |
| YUV | 77.49 | 208.43 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 220 | 0.62 | 0.79 | 0 | 0.14 | 252.49 | 0.71 | 0.52 |
| Hex | 53 | 2F | DC | 3E | 4F | 0 | E | FC | 47 | 34 |
| Octal | 123 | 57 | 334 | 76 | 117 | 0 | 16 | 374 | 107 | 64 |
| Binary | 1010011 | 101111 | 11011100 | 111110 | 1001111 | 0 | 1110 | 11111100 | 1000111 | 110100 |
Color Harmonies of #532FDC
Complementary color
Monochromatic Colors of #532FDC
Black with #532FDC
Text Example
Text Example
White with #532FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532FDC; }
p { color: rgb(83,47,220); }
H1.HeaderClassName
{
color: #532FDC;
}
.AnyTagClassName
{
color: #532FDC;
}
</style>
background-color css
<style>
a { background-color: #532FDC; }
a { background-color: rgb(83,47,220); }
div.DivClassName
{
background-color: #532FDC;
}
.BgClassName
{
background-color: #532FDC;
}
</style>
border-color css
<style>
span { border-color: #532FDC; }
span { border-color: rgb(83,47,220); }
td.TdClassName
{
border-color: #532FDC;
}
.TagClassName
{
border-color: #532FDC;
}
</style>