Shades of Purple Heart #5325AF
Tints of Purple Heart #5325AF
RGB
CMYK
RGB Variations
Color information
#5325AF (or 0x5325AF) is known color: Purple Heart. HEX triplet: 53, 25 and AF. RGB value is (83,37,175). Sum of RGB (Red+Green+Blue) = 83+37+175=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #5325AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5325AF is #ACDA50. Grayscale: #414141. Windows color (decimal): -11328081 or 11478355. OLE color: 11478355.
HSL color Cylindrical-coordinate representation of color #5325AF: hue angle of 260º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5325AF is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 37 | 175 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.31 |
| HSL | 260º | 0.65% | 0.42% | - |
| HSV(B) | 260º | 0.79% | 0.69% | - |
| XYZ | 11.97 | 6.26 | 41.13 | - |
| YUV | 66.49 | 189.24 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 175 | 0.53 | 0.79 | 0 | 0.31 | 260 | 0.65 | 0.42 |
| Hex | 53 | 25 | AF | 35 | 4F | 0 | 1F | 104 | 41 | 2A |
| Octal | 123 | 45 | 257 | 65 | 117 | 0 | 37 | 404 | 101 | 52 |
| Binary | 1010011 | 100101 | 10101111 | 110101 | 1001111 | 0 | 11111 | 100000100 | 1000001 | 101010 |
Color Harmonies of #5325AF
Complementary color
Monochromatic Colors of #5325AF
Black with #5325AF
Text Example
Text Example
White with #5325AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5325AF; }
p { color: rgb(83,37,175); }
H1.HeaderClassName
{
color: #5325AF;
}
.AnyTagClassName
{
color: #5325AF;
}
</style>
background-color css
<style>
a { background-color: #5325AF; }
a { background-color: rgb(83,37,175); }
div.DivClassName
{
background-color: #5325AF;
}
.BgClassName
{
background-color: #5325AF;
}
</style>
border-color css
<style>
span { border-color: #5325AF; }
span { border-color: rgb(83,37,175); }
td.TdClassName
{
border-color: #5325AF;
}
.TagClassName
{
border-color: #5325AF;
}
</style>