Shades of Purple Heart #5311BA
Tints of Purple Heart #5311BA
RGB
CMYK
RGB Variations
Color information
#5311BA (or 0x5311BA) is known color: Purple Heart. HEX triplet: 53, 11 and BA. RGB value is (83,17,186). Sum of RGB (Red+Green+Blue) = 83+17+186=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #5311BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5311BA is #ACEE45. Grayscale: #373737. Windows color (decimal): -11333190 or 12194131. OLE color: 12194131.
HSL color Cylindrical-coordinate representation of color #5311BA: hue angle of 263.43º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5311BA is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 17 | 186 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.27 |
| HSL | 263.43º | 0.83% | 0.4% | - |
| HSV(B) | 263.43º | 0.91% | 0.73% | - |
| XYZ | 12.63 | 5.79 | 46.91 | - |
| YUV | 56 | 201.37 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 186 | 0.55 | 0.91 | 0 | 0.27 | 263.43 | 0.83 | 0.4 |
| Hex | 53 | 11 | BA | 37 | 5B | 0 | 1B | 107 | 53 | 28 |
| Octal | 123 | 21 | 272 | 67 | 133 | 0 | 33 | 407 | 123 | 50 |
| Binary | 1010011 | 10001 | 10111010 | 110111 | 1011011 | 0 | 11011 | 100000111 | 1010011 | 101000 |
Color Harmonies of #5311BA
Complementary color
Monochromatic Colors of #5311BA
Black with #5311BA
Text Example
Text Example
White with #5311BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5311BA; }
p { color: rgb(83,17,186); }
H1.HeaderClassName
{
color: #5311BA;
}
.AnyTagClassName
{
color: #5311BA;
}
</style>
background-color css
<style>
a { background-color: #5311BA; }
a { background-color: rgb(83,17,186); }
div.DivClassName
{
background-color: #5311BA;
}
.BgClassName
{
background-color: #5311BA;
}
</style>
border-color css
<style>
span { border-color: #5311BA; }
span { border-color: rgb(83,17,186); }
td.TdClassName
{
border-color: #5311BA;
}
.TagClassName
{
border-color: #5311BA;
}
</style>