Shades of Purple Heart #531BBE
Tints of Purple Heart #531BBE
RGB
CMYK
RGB Variations
Color information
#531BBE (or 0x531BBE) is known color: Purple Heart. HEX triplet: 53, 1B and BE. RGB value is (83,27,190). Sum of RGB (Red+Green+Blue) = 83+27+190=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #531BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BBE is #ACE441. Grayscale: #3D3D3D. Windows color (decimal): -11330626 or 12458835. OLE color: 12458835.
HSL color Cylindrical-coordinate representation of color #531BBE: hue angle of 260.61º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531BBE is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 27 | 190 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.25 |
| HSL | 260.61º | 0.75% | 0.43% | - |
| HSV(B) | 260.61º | 0.86% | 0.75% | - |
| XYZ | 13.25 | 6.34 | 49.24 | - |
| YUV | 62.33 | 200.05 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 190 | 0.56 | 0.86 | 0 | 0.25 | 260.61 | 0.75 | 0.43 |
| Hex | 53 | 1B | BE | 38 | 56 | 0 | 19 | 105 | 4B | 2B |
| Octal | 123 | 33 | 276 | 70 | 126 | 0 | 31 | 405 | 113 | 53 |
| Binary | 1010011 | 11011 | 10111110 | 111000 | 1010110 | 0 | 11001 | 100000101 | 1001011 | 101011 |
Color Harmonies of #531BBE
Complementary color
Monochromatic Colors of #531BBE
Black with #531BBE
Text Example
Text Example
White with #531BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531BBE; }
p { color: rgb(83,27,190); }
H1.HeaderClassName
{
color: #531BBE;
}
.AnyTagClassName
{
color: #531BBE;
}
</style>
background-color css
<style>
a { background-color: #531BBE; }
a { background-color: rgb(83,27,190); }
div.DivClassName
{
background-color: #531BBE;
}
.BgClassName
{
background-color: #531BBE;
}
</style>
border-color css
<style>
span { border-color: #531BBE; }
span { border-color: rgb(83,27,190); }
td.TdClassName
{
border-color: #531BBE;
}
.TagClassName
{
border-color: #531BBE;
}
</style>