Shades of Purple Heart #5325AC
Tints of Purple Heart #5325AC
RGB
CMYK
RGB Variations
Color information
#5325AC (or 0x5325AC) is known color: Purple Heart. HEX triplet: 53, 25 and AC. RGB value is (83,37,172). Sum of RGB (Red+Green+Blue) = 83+37+172=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #5325AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5325AC is #ACDA53. Grayscale: #414141. Windows color (decimal): -11328084 or 11281747. OLE color: 11281747.
HSL color Cylindrical-coordinate representation of color #5325AC: hue angle of 260.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5325AC is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 37 | 172 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.33 |
| HSL | 260.44º | 0.65% | 0.41% | - |
| HSV(B) | 260.44º | 0.78% | 0.67% | - |
| XYZ | 11.68 | 6.14 | 39.6 | - |
| YUV | 66.14 | 187.74 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 172 | 0.52 | 0.78 | 0 | 0.33 | 260.44 | 0.65 | 0.41 |
| Hex | 53 | 25 | AC | 34 | 4E | 0 | 21 | 104 | 41 | 29 |
| Octal | 123 | 45 | 254 | 64 | 116 | 0 | 41 | 404 | 101 | 51 |
| Binary | 1010011 | 100101 | 10101100 | 110100 | 1001110 | 0 | 100001 | 100000100 | 1000001 | 101001 |
Color Harmonies of #5325AC
Complementary color
Monochromatic Colors of #5325AC
Black with #5325AC
Text Example
Text Example
White with #5325AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5325AC; }
p { color: rgb(83,37,172); }
H1.HeaderClassName
{
color: #5325AC;
}
.AnyTagClassName
{
color: #5325AC;
}
</style>
background-color css
<style>
a { background-color: #5325AC; }
a { background-color: rgb(83,37,172); }
div.DivClassName
{
background-color: #5325AC;
}
.BgClassName
{
background-color: #5325AC;
}
</style>
border-color css
<style>
span { border-color: #5325AC; }
span { border-color: rgb(83,37,172); }
td.TdClassName
{
border-color: #5325AC;
}
.TagClassName
{
border-color: #5325AC;
}
</style>