Shades of Purple Heart #5431AD
Tints of Purple Heart #5431AD
RGB
CMYK
RGB Variations
Color information
#5431AD (or 0x5431AD) is known color: Purple Heart. HEX triplet: 54, 31 and AD. RGB value is (84,49,173). Sum of RGB (Red+Green+Blue) = 84+49+173=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #5431AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5431AD is #ABCE52. Grayscale: #494949. Windows color (decimal): -11259475 or 11350356. OLE color: 11350356.
HSL color Cylindrical-coordinate representation of color #5431AD: hue angle of 256.94º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5431AD is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 49 | 173 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.32 |
| HSL | 256.94º | 0.56% | 0.44% | - |
| HSV(B) | 256.94º | 0.72% | 0.68% | - |
| XYZ | 12.3 | 7.1 | 40.26 | - |
| YUV | 73.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 49 | 173 | 0.51 | 0.72 | 0 | 0.32 | 256.94 | 0.56 | 0.44 |
| Hex | 54 | 31 | AD | 33 | 48 | 0 | 20 | 101 | 38 | 2C |
| Octal | 124 | 61 | 255 | 63 | 110 | 0 | 40 | 401 | 70 | 54 |
| Binary | 1010100 | 110001 | 10101101 | 110011 | 1001000 | 0 | 100000 | 100000001 | 111000 | 101100 |
Color Harmonies of #5431AD
Complementary color
Monochromatic Colors of #5431AD
Black with #5431AD
Text Example
Text Example
White with #5431AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5431AD; }
p { color: rgb(84,49,173); }
H1.HeaderClassName
{
color: #5431AD;
}
.AnyTagClassName
{
color: #5431AD;
}
</style>
background-color css
<style>
a { background-color: #5431AD; }
a { background-color: rgb(84,49,173); }
div.DivClassName
{
background-color: #5431AD;
}
.BgClassName
{
background-color: #5431AD;
}
</style>
border-color css
<style>
span { border-color: #5431AD; }
span { border-color: rgb(84,49,173); }
td.TdClassName
{
border-color: #5431AD;
}
.TagClassName
{
border-color: #5431AD;
}
</style>