Shades of Purple Heart #7620AE
Tints of Purple Heart #7620AE
RGB
CMYK
RGB Variations
Color information
#7620AE (or 0x7620AE) is known color: Purple Heart. HEX triplet: 76, 20 and AE. RGB value is (118,32,174). Sum of RGB (Red+Green+Blue) = 118+32+174=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #7620AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7620AE is #89DF51. Grayscale: #494949. Windows color (decimal): -9035602 or 11411574. OLE color: 11411574.
HSL color Cylindrical-coordinate representation of color #7620AE: hue angle of 276.34º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7620AE is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 32 | 174 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.32 |
| HSL | 276.34º | 0.69% | 0.4% | - |
| HSV(B) | 276.34º | 0.82% | 0.68% | - |
| XYZ | 15.63 | 7.94 | 40.75 | - |
| YUV | 73.9 | 184.49 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 174 | 0.32 | 0.82 | 0 | 0.32 | 276.34 | 0.69 | 0.4 |
| Hex | 76 | 20 | AE | 20 | 52 | 0 | 20 | 114 | 45 | 28 |
| Octal | 166 | 40 | 256 | 40 | 122 | 0 | 40 | 424 | 105 | 50 |
| Binary | 1110110 | 100000 | 10101110 | 100000 | 1010010 | 0 | 100000 | 100010100 | 1000101 | 101000 |
Color Harmonies of #7620AE
Complementary color
Monochromatic Colors of #7620AE
Black with #7620AE
Text Example
Text Example
White with #7620AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7620AE; }
p { color: rgb(118,32,174); }
H1.HeaderClassName
{
color: #7620AE;
}
.AnyTagClassName
{
color: #7620AE;
}
</style>
background-color css
<style>
a { background-color: #7620AE; }
a { background-color: rgb(118,32,174); }
div.DivClassName
{
background-color: #7620AE;
}
.BgClassName
{
background-color: #7620AE;
}
</style>
border-color css
<style>
span { border-color: #7620AE; }
span { border-color: rgb(118,32,174); }
td.TdClassName
{
border-color: #7620AE;
}
.TagClassName
{
border-color: #7620AE;
}
</style>