Shades of Purple Heart #5311AB
Tints of Purple Heart #5311AB
RGB
CMYK
RGB Variations
Color information
#5311AB (or 0x5311AB) is known color: Purple Heart. HEX triplet: 53, 11 and AB. RGB value is (83,17,171). Sum of RGB (Red+Green+Blue) = 83+17+171=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 17 (7.03% from 255 or 6.27% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #5311AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5311AB is #ACEE54. Grayscale: #353535. Windows color (decimal): -11333205 or 11211091. OLE color: 11211091.
HSL color Cylindrical-coordinate representation of color #5311AB: hue angle of 265.71º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5311AB is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 17 | 171 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.33 |
| HSL | 265.71º | 0.82% | 0.37% | - |
| HSV(B) | 265.71º | 0.9% | 0.67% | - |
| XYZ | 11.12 | 5.18 | 38.94 | - |
| YUV | 54.29 | 193.87 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 171 | 0.51 | 0.90 | 0 | 0.33 | 265.71 | 0.82 | 0.37 |
| Hex | 53 | 11 | AB | 33 | 5A | 0 | 21 | 10A | 52 | 25 |
| Octal | 123 | 21 | 253 | 63 | 132 | 0 | 41 | 412 | 122 | 45 |
| Binary | 1010011 | 10001 | 10101011 | 110011 | 1011010 | 0 | 100001 | 100001010 | 1010010 | 100101 |
Color Harmonies of #5311AB
Complementary color
Monochromatic Colors of #5311AB
Black with #5311AB
Text Example
Text Example
White with #5311AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5311AB; }
p { color: rgb(83,17,171); }
H1.HeaderClassName
{
color: #5311AB;
}
.AnyTagClassName
{
color: #5311AB;
}
</style>
background-color css
<style>
a { background-color: #5311AB; }
a { background-color: rgb(83,17,171); }
div.DivClassName
{
background-color: #5311AB;
}
.BgClassName
{
background-color: #5311AB;
}
</style>
border-color css
<style>
span { border-color: #5311AB; }
span { border-color: rgb(83,17,171); }
td.TdClassName
{
border-color: #5311AB;
}
.TagClassName
{
border-color: #5311AB;
}
</style>