Shades of Purple Heart #7A1DAD
Tints of Purple Heart #7A1DAD
RGB
CMYK
RGB Variations
Color information
#7A1DAD (or 0x7A1DAD) is known color: Purple Heart. HEX triplet: 7A, 1D and AD. RGB value is (122,29,173). Sum of RGB (Red+Green+Blue) = 122+29+173=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A1DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1DAD is #85E252. Grayscale: #484848. Windows color (decimal): -8774227 or 11345274. OLE color: 11345274.
HSL color Cylindrical-coordinate representation of color #7A1DAD: hue angle of 278.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1DAD is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 29 | 173 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.32 |
| HSL | 278.75º | 0.71% | 0.4% | - |
| HSV(B) | 278.75º | 0.83% | 0.68% | - |
| XYZ | 16.01 | 8.03 | 40.24 | - |
| YUV | 73.22 | 184.31 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 29 | 173 | 0.29 | 0.83 | 0 | 0.32 | 278.75 | 0.71 | 0.4 |
| Hex | 7A | 1D | AD | 1D | 53 | 0 | 20 | 117 | 47 | 28 |
| Octal | 172 | 35 | 255 | 35 | 123 | 0 | 40 | 427 | 107 | 50 |
| Binary | 1111010 | 11101 | 10101101 | 11101 | 1010011 | 0 | 100000 | 100010111 | 1000111 | 101000 |
Color Harmonies of #7A1DAD
Complementary color
Monochromatic Colors of #7A1DAD
Black with #7A1DAD
Text Example
Text Example
White with #7A1DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1DAD; }
p { color: rgb(122,29,173); }
H1.HeaderClassName
{
color: #7A1DAD;
}
.AnyTagClassName
{
color: #7A1DAD;
}
</style>
background-color css
<style>
a { background-color: #7A1DAD; }
a { background-color: rgb(122,29,173); }
div.DivClassName
{
background-color: #7A1DAD;
}
.BgClassName
{
background-color: #7A1DAD;
}
</style>
border-color css
<style>
span { border-color: #7A1DAD; }
span { border-color: rgb(122,29,173); }
td.TdClassName
{
border-color: #7A1DAD;
}
.TagClassName
{
border-color: #7A1DAD;
}
</style>