Shades of Purple Heart #7320AF
Tints of Purple Heart #7320AF
RGB
CMYK
RGB Variations
Color information
#7320AF (or 0x7320AF) is known color: Purple Heart. HEX triplet: 73, 20 and AF. RGB value is (115,32,175). Sum of RGB (Red+Green+Blue) = 115+32+175=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #7320AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7320AF is #8CDF50. Grayscale: #484848. Windows color (decimal): -9232209 or 11477107. OLE color: 11477107.
HSL color Cylindrical-coordinate representation of color #7320AF: hue angle of 274.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7320AF is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 32 | 175 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.31 |
| HSL | 274.83º | 0.69% | 0.41% | - |
| HSV(B) | 274.83º | 0.82% | 0.69% | - |
| XYZ | 15.32 | 7.77 | 41.25 | - |
| YUV | 73.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 175 | 0.34 | 0.82 | 0 | 0.31 | 274.83 | 0.69 | 0.41 |
| Hex | 73 | 20 | AF | 22 | 52 | 0 | 1F | 113 | 45 | 29 |
| Octal | 163 | 40 | 257 | 42 | 122 | 0 | 37 | 423 | 105 | 51 |
| Binary | 1110011 | 100000 | 10101111 | 100010 | 1010010 | 0 | 11111 | 100010011 | 1000101 | 101001 |
Color Harmonies of #7320AF
Complementary color
Monochromatic Colors of #7320AF
Black with #7320AF
Text Example
Text Example
White with #7320AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7320AF; }
p { color: rgb(115,32,175); }
H1.HeaderClassName
{
color: #7320AF;
}
.AnyTagClassName
{
color: #7320AF;
}
</style>
background-color css
<style>
a { background-color: #7320AF; }
a { background-color: rgb(115,32,175); }
div.DivClassName
{
background-color: #7320AF;
}
.BgClassName
{
background-color: #7320AF;
}
</style>
border-color css
<style>
span { border-color: #7320AF; }
span { border-color: rgb(115,32,175); }
td.TdClassName
{
border-color: #7320AF;
}
.TagClassName
{
border-color: #7320AF;
}
</style>