Shades of Purple Heart #5328AD
Tints of Purple Heart #5328AD
RGB
CMYK
RGB Variations
Color information
#5328AD (or 0x5328AD) is known color: Purple Heart. HEX triplet: 53, 28 and AD. RGB value is (83,40,173). Sum of RGB (Red+Green+Blue) = 83+40+173=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #5328AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5328AD is #ACD752. Grayscale: #434343. Windows color (decimal): -11327315 or 11348051. OLE color: 11348051.
HSL color Cylindrical-coordinate representation of color #5328AD: hue angle of 259.4º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5328AD is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 40 | 173 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.32 |
| HSL | 259.4º | 0.62% | 0.42% | - |
| HSV(B) | 259.4º | 0.77% | 0.68% | - |
| XYZ | 11.87 | 6.37 | 40.14 | - |
| YUV | 68.02 | 187.25 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 173 | 0.52 | 0.77 | 0 | 0.32 | 259.4 | 0.62 | 0.42 |
| Hex | 53 | 28 | AD | 34 | 4D | 0 | 20 | 103 | 3E | 2A |
| Octal | 123 | 50 | 255 | 64 | 115 | 0 | 40 | 403 | 76 | 52 |
| Binary | 1010011 | 101000 | 10101101 | 110100 | 1001101 | 0 | 100000 | 100000011 | 111110 | 101010 |
Color Harmonies of #5328AD
Complementary color
Monochromatic Colors of #5328AD
Black with #5328AD
Text Example
Text Example
White with #5328AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5328AD; }
p { color: rgb(83,40,173); }
H1.HeaderClassName
{
color: #5328AD;
}
.AnyTagClassName
{
color: #5328AD;
}
</style>
background-color css
<style>
a { background-color: #5328AD; }
a { background-color: rgb(83,40,173); }
div.DivClassName
{
background-color: #5328AD;
}
.BgClassName
{
background-color: #5328AD;
}
</style>
border-color css
<style>
span { border-color: #5328AD; }
span { border-color: rgb(83,40,173); }
td.TdClassName
{
border-color: #5328AD;
}
.TagClassName
{
border-color: #5328AD;
}
</style>