Shades of Purple Heart #531DB9
Tints of Purple Heart #531DB9
RGB
CMYK
RGB Variations
Color information
#531DB9 (or 0x531DB9) is known color: Purple Heart. HEX triplet: 53, 1D and B9. RGB value is (83,29,185). Sum of RGB (Red+Green+Blue) = 83+29+185=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 185 (72.66% from 255 or 62.29% from 297); Max value from RGB is 185 - color contains mainly: blue. Hex color #531DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531DB9 is #ACE246. Grayscale: #3E3E3E. Windows color (decimal): -11330119 or 12131667. OLE color: 12131667.
HSL color Cylindrical-coordinate representation of color #531DB9: hue angle of 260.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #531DB9 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 29 | 185 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.27 |
| HSL | 260.77º | 0.73% | 0.42% | - |
| HSV(B) | 260.77º | 0.84% | 0.73% | - |
| XYZ | 12.76 | 6.22 | 46.43 | - |
| YUV | 62.93 | 196.89 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 185 | 0.55 | 0.84 | 0 | 0.27 | 260.77 | 0.73 | 0.42 |
| Hex | 53 | 1D | B9 | 37 | 54 | 0 | 1B | 105 | 49 | 2A |
| Octal | 123 | 35 | 271 | 67 | 124 | 0 | 33 | 405 | 111 | 52 |
| Binary | 1010011 | 11101 | 10111001 | 110111 | 1010100 | 0 | 11011 | 100000101 | 1001001 | 101010 |
Color Harmonies of #531DB9
Complementary color
Monochromatic Colors of #531DB9
Black with #531DB9
Text Example
Text Example
White with #531DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531DB9; }
p { color: rgb(83,29,185); }
H1.HeaderClassName
{
color: #531DB9;
}
.AnyTagClassName
{
color: #531DB9;
}
</style>
background-color css
<style>
a { background-color: #531DB9; }
a { background-color: rgb(83,29,185); }
div.DivClassName
{
background-color: #531DB9;
}
.BgClassName
{
background-color: #531DB9;
}
</style>
border-color css
<style>
span { border-color: #531DB9; }
span { border-color: rgb(83,29,185); }
td.TdClassName
{
border-color: #531DB9;
}
.TagClassName
{
border-color: #531DB9;
}
</style>