Shades of Purple Heart #531BCD
Tints of Purple Heart #531BCD
RGB
CMYK
RGB Variations
Color information
#531BCD (or 0x531BCD) is known color: Purple Heart. HEX triplet: 53, 1B and CD. RGB value is (83,27,205). Sum of RGB (Red+Green+Blue) = 83+27+205=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #531BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BCD is #ACE432. Grayscale: #3F3F3F. Windows color (decimal): -11330611 or 13441875. OLE color: 13441875.
HSL color Cylindrical-coordinate representation of color #531BCD: hue angle of 258.88º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #531BCD is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 27 | 205 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.20 |
| HSL | 258.88º | 0.77% | 0.45% | - |
| HSV(B) | 258.88º | 0.87% | 0.8% | - |
| XYZ | 14.98 | 7.03 | 58.33 | - |
| YUV | 64.04 | 207.55 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 205 | 0.60 | 0.87 | 0 | 0.20 | 258.88 | 0.77 | 0.45 |
| Hex | 53 | 1B | CD | 3C | 57 | 0 | 14 | 103 | 4D | 2D |
| Octal | 123 | 33 | 315 | 74 | 127 | 0 | 24 | 403 | 115 | 55 |
| Binary | 1010011 | 11011 | 11001101 | 111100 | 1010111 | 0 | 10100 | 100000011 | 1001101 | 101101 |
Color Harmonies of #531BCD
Complementary color
Monochromatic Colors of #531BCD
Black with #531BCD
Text Example
Text Example
White with #531BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531BCD; }
p { color: rgb(83,27,205); }
H1.HeaderClassName
{
color: #531BCD;
}
.AnyTagClassName
{
color: #531BCD;
}
</style>
background-color css
<style>
a { background-color: #531BCD; }
a { background-color: rgb(83,27,205); }
div.DivClassName
{
background-color: #531BCD;
}
.BgClassName
{
background-color: #531BCD;
}
</style>
border-color css
<style>
span { border-color: #531BCD; }
span { border-color: rgb(83,27,205); }
td.TdClassName
{
border-color: #531BCD;
}
.TagClassName
{
border-color: #531BCD;
}
</style>