Shades of Purple Heart #7328AF
Tints of Purple Heart #7328AF
RGB
CMYK
RGB Variations
Color information
#7328AF (or 0x7328AF) is known color: Purple Heart. HEX triplet: 73, 28 and AF. RGB value is (115,40,175). Sum of RGB (Red+Green+Blue) = 115+40+175=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 175 (68.75% from 255 or 53.03% from 330); Max value from RGB is 175 - color contains mainly: blue. Hex color #7328AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7328AF is #8CD750. Grayscale: #4D4D4D. Windows color (decimal): -9230161 or 11479155. OLE color: 11479155.
HSL color Cylindrical-coordinate representation of color #7328AF: hue angle of 273.33º 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 #7328AF is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 40 | 175 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.31 |
| HSL | 273.33º | 0.63% | 0.42% | - |
| HSV(B) | 273.33º | 0.77% | 0.69% | - |
| XYZ | 15.57 | 8.26 | 41.33 | - |
| YUV | 77.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 175 | 0.34 | 0.77 | 0 | 0.31 | 273.33 | 0.63 | 0.42 |
| Hex | 73 | 28 | AF | 22 | 4D | 0 | 1F | 111 | 3F | 2A |
| Octal | 163 | 50 | 257 | 42 | 115 | 0 | 37 | 421 | 77 | 52 |
| Binary | 1110011 | 101000 | 10101111 | 100010 | 1001101 | 0 | 11111 | 100010001 | 111111 | 101010 |
Color Harmonies of #7328AF
Complementary color
Monochromatic Colors of #7328AF
Black with #7328AF
Text Example
Text Example
White with #7328AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7328AF; }
p { color: rgb(115,40,175); }
H1.HeaderClassName
{
color: #7328AF;
}
.AnyTagClassName
{
color: #7328AF;
}
</style>
background-color css
<style>
a { background-color: #7328AF; }
a { background-color: rgb(115,40,175); }
div.DivClassName
{
background-color: #7328AF;
}
.BgClassName
{
background-color: #7328AF;
}
</style>
border-color css
<style>
span { border-color: #7328AF; }
span { border-color: rgb(115,40,175); }
td.TdClassName
{
border-color: #7328AF;
}
.TagClassName
{
border-color: #7328AF;
}
</style>