Shades of Purple Heart #5312AB
Tints of Purple Heart #5312AB
RGB
CMYK
RGB Variations
Color information
#5312AB (or 0x5312AB) is known color: Purple Heart. HEX triplet: 53, 12 and AB. RGB value is (83,18,171). Sum of RGB (Red+Green+Blue) = 83+18+171=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #5312AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5312AB is #ACED54. Grayscale: #363636. Windows color (decimal): -11332949 or 11211347. OLE color: 11211347.
HSL color Cylindrical-coordinate representation of color #5312AB: hue angle of 265.49º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5312AB is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 18 | 171 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.33 |
| HSL | 265.49º | 0.81% | 0.37% | - |
| HSV(B) | 265.49º | 0.89% | 0.67% | - |
| XYZ | 11.13 | 5.21 | 38.95 | - |
| YUV | 54.88 | 193.53 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 171 | 0.51 | 0.89 | 0 | 0.33 | 265.49 | 0.81 | 0.37 |
| Hex | 53 | 12 | AB | 33 | 59 | 0 | 21 | 109 | 51 | 25 |
| Octal | 123 | 22 | 253 | 63 | 131 | 0 | 41 | 411 | 121 | 45 |
| Binary | 1010011 | 10010 | 10101011 | 110011 | 1011001 | 0 | 100001 | 100001001 | 1010001 | 100101 |
Color Harmonies of #5312AB
Complementary color
Monochromatic Colors of #5312AB
Black with #5312AB
Text Example
Text Example
White with #5312AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5312AB; }
p { color: rgb(83,18,171); }
H1.HeaderClassName
{
color: #5312AB;
}
.AnyTagClassName
{
color: #5312AB;
}
</style>
background-color css
<style>
a { background-color: #5312AB; }
a { background-color: rgb(83,18,171); }
div.DivClassName
{
background-color: #5312AB;
}
.BgClassName
{
background-color: #5312AB;
}
</style>
border-color css
<style>
span { border-color: #5312AB; }
span { border-color: rgb(83,18,171); }
td.TdClassName
{
border-color: #5312AB;
}
.TagClassName
{
border-color: #5312AB;
}
</style>