Shades of Purple Heart #5325AD
Tints of Purple Heart #5325AD
RGB
CMYK
RGB Variations
Color information
#5325AD (or 0x5325AD) is known color: Purple Heart. HEX triplet: 53, 25 and AD. RGB value is (83,37,173). Sum of RGB (Red+Green+Blue) = 83+37+173=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #5325AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5325AD is #ACDA52. Grayscale: #414141. Windows color (decimal): -11328083 or 11347283. OLE color: 11347283.
HSL color Cylindrical-coordinate representation of color #5325AD: hue angle of 260.29º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5325AD is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 37 | 173 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.32 |
| HSL | 260.29º | 0.65% | 0.41% | - |
| HSV(B) | 260.29º | 0.79% | 0.68% | - |
| XYZ | 11.77 | 6.18 | 40.11 | - |
| YUV | 66.26 | 188.24 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 173 | 0.52 | 0.79 | 0 | 0.32 | 260.29 | 0.65 | 0.41 |
| Hex | 53 | 25 | AD | 34 | 4F | 0 | 20 | 104 | 41 | 29 |
| Octal | 123 | 45 | 255 | 64 | 117 | 0 | 40 | 404 | 101 | 51 |
| Binary | 1010011 | 100101 | 10101101 | 110100 | 1001111 | 0 | 100000 | 100000100 | 1000001 | 101001 |
Color Harmonies of #5325AD
Complementary color
Monochromatic Colors of #5325AD
Black with #5325AD
Text Example
Text Example
White with #5325AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5325AD; }
p { color: rgb(83,37,173); }
H1.HeaderClassName
{
color: #5325AD;
}
.AnyTagClassName
{
color: #5325AD;
}
</style>
background-color css
<style>
a { background-color: #5325AD; }
a { background-color: rgb(83,37,173); }
div.DivClassName
{
background-color: #5325AD;
}
.BgClassName
{
background-color: #5325AD;
}
</style>
border-color css
<style>
span { border-color: #5325AD; }
span { border-color: rgb(83,37,173); }
td.TdClassName
{
border-color: #5325AD;
}
.TagClassName
{
border-color: #5325AD;
}
</style>