Shades of Purple Heart #5329AD
Tints of Purple Heart #5329AD
RGB
CMYK
RGB Variations
Color information
#5329AD (or 0x5329AD) is known color: Purple Heart. HEX triplet: 53, 29 and AD. RGB value is (83,41,173). Sum of RGB (Red+Green+Blue) = 83+41+173=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #5329AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5329AD is #ACD652. Grayscale: #444444. Windows color (decimal): -11327059 or 11348307. OLE color: 11348307.
HSL color Cylindrical-coordinate representation of color #5329AD: hue angle of 259.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5329AD is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 41 | 173 | - |
| CMYK | 0.52 | 0.76 | 0 | 0.32 |
| HSL | 259.09º | 0.62% | 0.42% | - |
| HSV(B) | 259.09º | 0.76% | 0.68% | - |
| XYZ | 11.9 | 6.44 | 40.15 | - |
| YUV | 68.61 | 186.91 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 41 | 173 | 0.52 | 0.76 | 0 | 0.32 | 259.09 | 0.62 | 0.42 |
| Hex | 53 | 29 | AD | 34 | 4C | 0 | 20 | 103 | 3E | 2A |
| Octal | 123 | 51 | 255 | 64 | 114 | 0 | 40 | 403 | 76 | 52 |
| Binary | 1010011 | 101001 | 10101101 | 110100 | 1001100 | 0 | 100000 | 100000011 | 111110 | 101010 |
Color Harmonies of #5329AD
Complementary color
Monochromatic Colors of #5329AD
Black with #5329AD
Text Example
Text Example
White with #5329AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5329AD; }
p { color: rgb(83,41,173); }
H1.HeaderClassName
{
color: #5329AD;
}
.AnyTagClassName
{
color: #5329AD;
}
</style>
background-color css
<style>
a { background-color: #5329AD; }
a { background-color: rgb(83,41,173); }
div.DivClassName
{
background-color: #5329AD;
}
.BgClassName
{
background-color: #5329AD;
}
</style>
border-color css
<style>
span { border-color: #5329AD; }
span { border-color: rgb(83,41,173); }
td.TdClassName
{
border-color: #5329AD;
}
.TagClassName
{
border-color: #5329AD;
}
</style>