Shades of Purple Heart #531EB2
Tints of Purple Heart #531EB2
RGB
CMYK
RGB Variations
Color information
#531EB2 (or 0x531EB2) is known color: Purple Heart. HEX triplet: 53, 1E and B2. RGB value is (83,30,178). Sum of RGB (Red+Green+Blue) = 83+30+178=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 178 (69.92% from 255 or 61.17% from 291); Max value from RGB is 178 - color contains mainly: blue. Hex color #531EB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531EB2 is #ACE14D. Grayscale: #3E3E3E. Windows color (decimal): -11329870 or 11673171. OLE color: 11673171.
HSL color Cylindrical-coordinate representation of color #531EB2: hue angle of 261.49º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #531EB2 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 30 | 178 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.30 |
| HSL | 261.49º | 0.71% | 0.41% | - |
| HSV(B) | 261.49º | 0.83% | 0.7% | - |
| XYZ | 12.07 | 5.98 | 42.64 | - |
| YUV | 62.72 | 193.06 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 178 | 0.53 | 0.83 | 0 | 0.30 | 261.49 | 0.71 | 0.41 |
| Hex | 53 | 1E | B2 | 35 | 53 | 0 | 1E | 105 | 47 | 29 |
| Octal | 123 | 36 | 262 | 65 | 123 | 0 | 36 | 405 | 107 | 51 |
| Binary | 1010011 | 11110 | 10110010 | 110101 | 1010011 | 0 | 11110 | 100000101 | 1000111 | 101001 |
Color Harmonies of #531EB2
Complementary color
Monochromatic Colors of #531EB2
Black with #531EB2
Text Example
Text Example
White with #531EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531EB2; }
p { color: rgb(83,30,178); }
H1.HeaderClassName
{
color: #531EB2;
}
.AnyTagClassName
{
color: #531EB2;
}
</style>
background-color css
<style>
a { background-color: #531EB2; }
a { background-color: rgb(83,30,178); }
div.DivClassName
{
background-color: #531EB2;
}
.BgClassName
{
background-color: #531EB2;
}
</style>
border-color css
<style>
span { border-color: #531EB2; }
span { border-color: rgb(83,30,178); }
td.TdClassName
{
border-color: #531EB2;
}
.TagClassName
{
border-color: #531EB2;
}
</style>