Shades of Purple Heart #531CB5
Tints of Purple Heart #531CB5
RGB
CMYK
RGB Variations
Color information
#531CB5 (or 0x531CB5) is known color: Purple Heart. HEX triplet: 53, 1C and B5. RGB value is (83,28,181). Sum of RGB (Red+Green+Blue) = 83+28+181=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 181 (71.09% from 255 or 61.99% from 292); Max value from RGB is 181 - color contains mainly: blue. Hex color #531CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531CB5 is #ACE34A. Grayscale: #3D3D3D. Windows color (decimal): -11330379 or 11869267. OLE color: 11869267.
HSL color Cylindrical-coordinate representation of color #531CB5: hue angle of 261.57º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #531CB5 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 28 | 181 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.29 |
| HSL | 261.57º | 0.73% | 0.41% | - |
| HSV(B) | 261.57º | 0.85% | 0.71% | - |
| XYZ | 12.32 | 6.01 | 44.23 | - |
| YUV | 61.89 | 195.22 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 181 | 0.54 | 0.85 | 0 | 0.29 | 261.57 | 0.73 | 0.41 |
| Hex | 53 | 1C | B5 | 36 | 55 | 0 | 1D | 106 | 49 | 29 |
| Octal | 123 | 34 | 265 | 66 | 125 | 0 | 35 | 406 | 111 | 51 |
| Binary | 1010011 | 11100 | 10110101 | 110110 | 1010101 | 0 | 11101 | 100000110 | 1001001 | 101001 |
Color Harmonies of #531CB5
Complementary color
Monochromatic Colors of #531CB5
Black with #531CB5
Text Example
Text Example
White with #531CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531CB5; }
p { color: rgb(83,28,181); }
H1.HeaderClassName
{
color: #531CB5;
}
.AnyTagClassName
{
color: #531CB5;
}
</style>
background-color css
<style>
a { background-color: #531CB5; }
a { background-color: rgb(83,28,181); }
div.DivClassName
{
background-color: #531CB5;
}
.BgClassName
{
background-color: #531CB5;
}
</style>
border-color css
<style>
span { border-color: #531CB5; }
span { border-color: rgb(83,28,181); }
td.TdClassName
{
border-color: #531CB5;
}
.TagClassName
{
border-color: #531CB5;
}
</style>