Shades of Purple Heart #7528AF
Tints of Purple Heart #7528AF
RGB
CMYK
RGB Variations
Color information
#7528AF (or 0x7528AF) is known color: Purple Heart. HEX triplet: 75, 28 and AF. RGB value is (117,40,175). Sum of RGB (Red+Green+Blue) = 117+40+175=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #7528AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7528AF is #8AD750. Grayscale: #4D4D4D. Windows color (decimal): -9099089 or 11479157. OLE color: 11479157.
HSL color Cylindrical-coordinate representation of color #7528AF: hue angle of 274.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7528AF is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 40 | 175 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.31 |
| HSL | 274.22º | 0.63% | 0.42% | - |
| HSV(B) | 274.22º | 0.77% | 0.69% | - |
| XYZ | 15.83 | 8.39 | 41.34 | - |
| YUV | 78.41 | 182.51 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 175 | 0.33 | 0.77 | 0 | 0.31 | 274.22 | 0.63 | 0.42 |
| Hex | 75 | 28 | AF | 21 | 4D | 0 | 1F | 112 | 3F | 2A |
| Octal | 165 | 50 | 257 | 41 | 115 | 0 | 37 | 422 | 77 | 52 |
| Binary | 1110101 | 101000 | 10101111 | 100001 | 1001101 | 0 | 11111 | 100010010 | 111111 | 101010 |
Color Harmonies of #7528AF
Complementary color
Monochromatic Colors of #7528AF
Black with #7528AF
Text Example
Text Example
White with #7528AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7528AF; }
p { color: rgb(117,40,175); }
H1.HeaderClassName
{
color: #7528AF;
}
.AnyTagClassName
{
color: #7528AF;
}
</style>
background-color css
<style>
a { background-color: #7528AF; }
a { background-color: rgb(117,40,175); }
div.DivClassName
{
background-color: #7528AF;
}
.BgClassName
{
background-color: #7528AF;
}
</style>
border-color css
<style>
span { border-color: #7528AF; }
span { border-color: rgb(117,40,175); }
td.TdClassName
{
border-color: #7528AF;
}
.TagClassName
{
border-color: #7528AF;
}
</style>