Shades of Purple Heart #531BCB
Tints of Purple Heart #531BCB
RGB
CMYK
RGB Variations
Color information
#531BCB (or 0x531BCB) is known color: Purple Heart. HEX triplet: 53, 1B and CB. RGB value is (83,27,203). Sum of RGB (Red+Green+Blue) = 83+27+203=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #531BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531BCB is #ACE434. Grayscale: #3F3F3F. Windows color (decimal): -11330613 or 13310803. OLE color: 13310803.
HSL color Cylindrical-coordinate representation of color #531BCB: hue angle of 259.09º 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 #531BCB is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 27 | 203 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.20 |
| HSL | 259.09º | 0.77% | 0.45% | - |
| HSV(B) | 259.09º | 0.87% | 0.8% | - |
| XYZ | 14.74 | 6.93 | 57.06 | - |
| YUV | 63.81 | 206.55 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 203 | 0.59 | 0.87 | 0 | 0.20 | 259.09 | 0.77 | 0.45 |
| Hex | 53 | 1B | CB | 3B | 57 | 0 | 14 | 103 | 4D | 2D |
| Octal | 123 | 33 | 313 | 73 | 127 | 0 | 24 | 403 | 115 | 55 |
| Binary | 1010011 | 11011 | 11001011 | 111011 | 1010111 | 0 | 10100 | 100000011 | 1001101 | 101101 |
Color Harmonies of #531BCB
Complementary color
Monochromatic Colors of #531BCB
Black with #531BCB
Text Example
Text Example
White with #531BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531BCB; }
p { color: rgb(83,27,203); }
H1.HeaderClassName
{
color: #531BCB;
}
.AnyTagClassName
{
color: #531BCB;
}
</style>
background-color css
<style>
a { background-color: #531BCB; }
a { background-color: rgb(83,27,203); }
div.DivClassName
{
background-color: #531BCB;
}
.BgClassName
{
background-color: #531BCB;
}
</style>
border-color css
<style>
span { border-color: #531BCB; }
span { border-color: rgb(83,27,203); }
td.TdClassName
{
border-color: #531BCB;
}
.TagClassName
{
border-color: #531BCB;
}
</style>