Shades of Purple Heart #5322AE
Tints of Purple Heart #5322AE
RGB
CMYK
RGB Variations
Color information
#5322AE (or 0x5322AE) is known color: Purple Heart. HEX triplet: 53, 22 and AE. RGB value is (83,34,174). Sum of RGB (Red+Green+Blue) = 83+34+174=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #5322AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5322AE is #ACDD51. Grayscale: #404040. Windows color (decimal): -11328850 or 11412051. OLE color: 11412051.
HSL color Cylindrical-coordinate representation of color #5322AE: hue angle of 261º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5322AE is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 34 | 174 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.32 |
| HSL | 261º | 0.67% | 0.41% | - |
| HSV(B) | 261º | 0.8% | 0.68% | - |
| XYZ | 11.78 | 6.04 | 40.59 | - |
| YUV | 64.61 | 189.73 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 174 | 0.52 | 0.80 | 0 | 0.32 | 261 | 0.67 | 0.41 |
| Hex | 53 | 22 | AE | 34 | 50 | 0 | 20 | 105 | 43 | 29 |
| Octal | 123 | 42 | 256 | 64 | 120 | 0 | 40 | 405 | 103 | 51 |
| Binary | 1010011 | 100010 | 10101110 | 110100 | 1010000 | 0 | 100000 | 100000101 | 1000011 | 101001 |
Color Harmonies of #5322AE
Complementary color
Monochromatic Colors of #5322AE
Black with #5322AE
Text Example
Text Example
White with #5322AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5322AE; }
p { color: rgb(83,34,174); }
H1.HeaderClassName
{
color: #5322AE;
}
.AnyTagClassName
{
color: #5322AE;
}
</style>
background-color css
<style>
a { background-color: #5322AE; }
a { background-color: rgb(83,34,174); }
div.DivClassName
{
background-color: #5322AE;
}
.BgClassName
{
background-color: #5322AE;
}
</style>
border-color css
<style>
span { border-color: #5322AE; }
span { border-color: rgb(83,34,174); }
td.TdClassName
{
border-color: #5322AE;
}
.TagClassName
{
border-color: #5322AE;
}
</style>