Shades of Purple Heart #531DCB
Tints of Purple Heart #531DCB
RGB
CMYK
RGB Variations
Color information
#531DCB (or 0x531DCB) is known color: Purple Heart. HEX triplet: 53, 1D and CB. RGB value is (83,29,203). Sum of RGB (Red+Green+Blue) = 83+29+203=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #531DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #531DCB is #ACE234. Grayscale: #404040. Windows color (decimal): -11330101 or 13311315. OLE color: 13311315.
HSL color Cylindrical-coordinate representation of color #531DCB: hue angle of 258.62º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #531DCB is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 29 | 203 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.20 |
| HSL | 258.62º | 0.75% | 0.45% | - |
| HSV(B) | 258.62º | 0.86% | 0.8% | - |
| XYZ | 14.79 | 7.03 | 57.08 | - |
| YUV | 64.98 | 205.89 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 203 | 0.59 | 0.86 | 0 | 0.20 | 258.62 | 0.75 | 0.45 |
| Hex | 53 | 1D | CB | 3B | 56 | 0 | 14 | 103 | 4B | 2D |
| Octal | 123 | 35 | 313 | 73 | 126 | 0 | 24 | 403 | 113 | 55 |
| Binary | 1010011 | 11101 | 11001011 | 111011 | 1010110 | 0 | 10100 | 100000011 | 1001011 | 101101 |
Color Harmonies of #531DCB
Complementary color
Monochromatic Colors of #531DCB
Black with #531DCB
Text Example
Text Example
White with #531DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531DCB; }
p { color: rgb(83,29,203); }
H1.HeaderClassName
{
color: #531DCB;
}
.AnyTagClassName
{
color: #531DCB;
}
</style>
background-color css
<style>
a { background-color: #531DCB; }
a { background-color: rgb(83,29,203); }
div.DivClassName
{
background-color: #531DCB;
}
.BgClassName
{
background-color: #531DCB;
}
</style>
border-color css
<style>
span { border-color: #531DCB; }
span { border-color: rgb(83,29,203); }
td.TdClassName
{
border-color: #531DCB;
}
.TagClassName
{
border-color: #531DCB;
}
</style>