Shades of Purple Heart #5325A7
Tints of Purple Heart #5325A7
RGB
CMYK
RGB Variations
Color information
#5325A7 (or 0x5325A7) is known color: Purple Heart. HEX triplet: 53, 25 and A7. RGB value is (83,37,167). Sum of RGB (Red+Green+Blue) = 83+37+167=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 167 (65.62% from 255 or 58.19% from 287); Max value from RGB is 167 - color contains mainly: blue. Hex color #5325A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5325A7 is #ACDA58. Grayscale: #414141. Windows color (decimal): -11328089 or 10954067. OLE color: 10954067.
HSL color Cylindrical-coordinate representation of color #5325A7: hue angle of 261.23º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5325A7 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 37 | 167 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.35 |
| HSL | 261.23º | 0.64% | 0.4% | - |
| HSV(B) | 261.23º | 0.78% | 0.65% | - |
| XYZ | 11.2 | 5.95 | 37.12 | - |
| YUV | 65.57 | 185.24 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 167 | 0.50 | 0.78 | 0 | 0.35 | 261.23 | 0.64 | 0.4 |
| Hex | 53 | 25 | A7 | 32 | 4E | 0 | 23 | 105 | 40 | 28 |
| Octal | 123 | 45 | 247 | 62 | 116 | 0 | 43 | 405 | 100 | 50 |
| Binary | 1010011 | 100101 | 10100111 | 110010 | 1001110 | 0 | 100011 | 100000101 | 1000000 | 101000 |
Color Harmonies of #5325A7
Complementary color
Monochromatic Colors of #5325A7
Black with #5325A7
Text Example
Text Example
White with #5325A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5325A7; }
p { color: rgb(83,37,167); }
H1.HeaderClassName
{
color: #5325A7;
}
.AnyTagClassName
{
color: #5325A7;
}
</style>
background-color css
<style>
a { background-color: #5325A7; }
a { background-color: rgb(83,37,167); }
div.DivClassName
{
background-color: #5325A7;
}
.BgClassName
{
background-color: #5325A7;
}
</style>
border-color css
<style>
span { border-color: #5325A7; }
span { border-color: rgb(83,37,167); }
td.TdClassName
{
border-color: #5325A7;
}
.TagClassName
{
border-color: #5325A7;
}
</style>