Shades of Purple Heart #5314AB
Tints of Purple Heart #5314AB
RGB
CMYK
RGB Variations
Color information
#5314AB (or 0x5314AB) is known color: Purple Heart. HEX triplet: 53, 14 and AB. RGB value is (83,20,171). Sum of RGB (Red+Green+Blue) = 83+20+171=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #5314AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5314AB is #ACEB54. Grayscale: #373737. Windows color (decimal): -11332437 or 11211859. OLE color: 11211859.
HSL color Cylindrical-coordinate representation of color #5314AB: hue angle of 265.03º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5314AB is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 20 | 171 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.33 |
| HSL | 265.03º | 0.79% | 0.37% | - |
| HSV(B) | 265.03º | 0.88% | 0.67% | - |
| XYZ | 11.17 | 5.28 | 38.96 | - |
| YUV | 56.05 | 192.87 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 171 | 0.51 | 0.88 | 0 | 0.33 | 265.03 | 0.79 | 0.37 |
| Hex | 53 | 14 | AB | 33 | 58 | 0 | 21 | 109 | 4F | 25 |
| Octal | 123 | 24 | 253 | 63 | 130 | 0 | 41 | 411 | 117 | 45 |
| Binary | 1010011 | 10100 | 10101011 | 110011 | 1011000 | 0 | 100001 | 100001001 | 1001111 | 100101 |
Color Harmonies of #5314AB
Complementary color
Monochromatic Colors of #5314AB
Black with #5314AB
Text Example
Text Example
White with #5314AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5314AB; }
p { color: rgb(83,20,171); }
H1.HeaderClassName
{
color: #5314AB;
}
.AnyTagClassName
{
color: #5314AB;
}
</style>
background-color css
<style>
a { background-color: #5314AB; }
a { background-color: rgb(83,20,171); }
div.DivClassName
{
background-color: #5314AB;
}
.BgClassName
{
background-color: #5314AB;
}
</style>
border-color css
<style>
span { border-color: #5314AB; }
span { border-color: rgb(83,20,171); }
td.TdClassName
{
border-color: #5314AB;
}
.TagClassName
{
border-color: #5314AB;
}
</style>