Shades of Purple Heart #531DAC
Tints of Purple Heart #531DAC
RGB
CMYK
RGB Variations
Color information
#531DAC (or 0x531DAC) is known color: Purple Heart. HEX triplet: 53, 1D and AC. RGB value is (83,29,172). Sum of RGB (Red+Green+Blue) = 83+29+172=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #531DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531DAC is #ACE253. Grayscale: #3C3C3C. Windows color (decimal): -11330132 or 11279699. OLE color: 11279699.
HSL color Cylindrical-coordinate representation of color #531DAC: hue angle of 262.66º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #531DAC is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 29 | 172 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.33 |
| HSL | 262.66º | 0.71% | 0.39% | - |
| HSV(B) | 262.66º | 0.83% | 0.67% | - |
| XYZ | 11.45 | 5.7 | 39.53 | - |
| YUV | 61.45 | 190.39 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 172 | 0.52 | 0.83 | 0 | 0.33 | 262.66 | 0.71 | 0.39 |
| Hex | 53 | 1D | AC | 34 | 53 | 0 | 21 | 107 | 47 | 27 |
| Octal | 123 | 35 | 254 | 64 | 123 | 0 | 41 | 407 | 107 | 47 |
| Binary | 1010011 | 11101 | 10101100 | 110100 | 1010011 | 0 | 100001 | 100000111 | 1000111 | 100111 |
Color Harmonies of #531DAC
Complementary color
Monochromatic Colors of #531DAC
Black with #531DAC
Text Example
Text Example
White with #531DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531DAC; }
p { color: rgb(83,29,172); }
H1.HeaderClassName
{
color: #531DAC;
}
.AnyTagClassName
{
color: #531DAC;
}
</style>
background-color css
<style>
a { background-color: #531DAC; }
a { background-color: rgb(83,29,172); }
div.DivClassName
{
background-color: #531DAC;
}
.BgClassName
{
background-color: #531DAC;
}
</style>
border-color css
<style>
span { border-color: #531DAC; }
span { border-color: rgb(83,29,172); }
td.TdClassName
{
border-color: #531DAC;
}
.TagClassName
{
border-color: #531DAC;
}
</style>