Shades of Purple Heart #5324AE
Tints of Purple Heart #5324AE
RGB
CMYK
RGB Variations
Color information
#5324AE (or 0x5324AE) is known color: Purple Heart. HEX triplet: 53, 24 and AE. RGB value is (83,36,174). Sum of RGB (Red+Green+Blue) = 83+36+174=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #5324AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5324AE is #ACDB51. Grayscale: #414141. Windows color (decimal): -11328338 or 11412563. OLE color: 11412563.
HSL color Cylindrical-coordinate representation of color #5324AE: hue angle of 260.43º degrees, saturation: 0.66, 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 #5324AE is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 36 | 174 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.32 |
| HSL | 260.43º | 0.66% | 0.41% | - |
| HSV(B) | 260.43º | 0.79% | 0.68% | - |
| XYZ | 11.84 | 6.16 | 40.61 | - |
| YUV | 65.79 | 189.07 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 174 | 0.52 | 0.79 | 0 | 0.32 | 260.43 | 0.66 | 0.41 |
| Hex | 53 | 24 | AE | 34 | 4F | 0 | 20 | 104 | 42 | 29 |
| Octal | 123 | 44 | 256 | 64 | 117 | 0 | 40 | 404 | 102 | 51 |
| Binary | 1010011 | 100100 | 10101110 | 110100 | 1001111 | 0 | 100000 | 100000100 | 1000010 | 101001 |
Color Harmonies of #5324AE
Complementary color
Monochromatic Colors of #5324AE
Black with #5324AE
Text Example
Text Example
White with #5324AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5324AE; }
p { color: rgb(83,36,174); }
H1.HeaderClassName
{
color: #5324AE;
}
.AnyTagClassName
{
color: #5324AE;
}
</style>
background-color css
<style>
a { background-color: #5324AE; }
a { background-color: rgb(83,36,174); }
div.DivClassName
{
background-color: #5324AE;
}
.BgClassName
{
background-color: #5324AE;
}
</style>
border-color css
<style>
span { border-color: #5324AE; }
span { border-color: rgb(83,36,174); }
td.TdClassName
{
border-color: #5324AE;
}
.TagClassName
{
border-color: #5324AE;
}
</style>