Shades of Purple Heart #5316BA
Tints of Purple Heart #5316BA
RGB
CMYK
RGB Variations
Color information
#5316BA (or 0x5316BA) is known color: Purple Heart. HEX triplet: 53, 16 and BA. RGB value is (83,22,186). Sum of RGB (Red+Green+Blue) = 83+22+186=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #5316BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5316BA is #ACE945. Grayscale: #3A3A3A. Windows color (decimal): -11331910 or 12195411. OLE color: 12195411.
HSL color Cylindrical-coordinate representation of color #5316BA: hue angle of 262.32º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5316BA is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 22 | 186 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.27 |
| HSL | 262.32º | 0.79% | 0.41% | - |
| HSV(B) | 262.32º | 0.88% | 0.73% | - |
| XYZ | 12.72 | 5.96 | 46.93 | - |
| YUV | 58.94 | 199.71 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 186 | 0.55 | 0.88 | 0 | 0.27 | 262.32 | 0.79 | 0.41 |
| Hex | 53 | 16 | BA | 37 | 58 | 0 | 1B | 106 | 4F | 29 |
| Octal | 123 | 26 | 272 | 67 | 130 | 0 | 33 | 406 | 117 | 51 |
| Binary | 1010011 | 10110 | 10111010 | 110111 | 1011000 | 0 | 11011 | 100000110 | 1001111 | 101001 |
Color Harmonies of #5316BA
Complementary color
Monochromatic Colors of #5316BA
Black with #5316BA
Text Example
Text Example
White with #5316BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5316BA; }
p { color: rgb(83,22,186); }
H1.HeaderClassName
{
color: #5316BA;
}
.AnyTagClassName
{
color: #5316BA;
}
</style>
background-color css
<style>
a { background-color: #5316BA; }
a { background-color: rgb(83,22,186); }
div.DivClassName
{
background-color: #5316BA;
}
.BgClassName
{
background-color: #5316BA;
}
</style>
border-color css
<style>
span { border-color: #5316BA; }
span { border-color: rgb(83,22,186); }
td.TdClassName
{
border-color: #5316BA;
}
.TagClassName
{
border-color: #5316BA;
}
</style>