Shades of Purple #7A056C
Tints of Purple #7A056C
RGB
CMYK
RGB Variations
Color information
#7A056C (or 0x7A056C) is known color: Purple. HEX triplet: 7A, 05 and 6C. RGB value is (122,5,108). Sum of RGB (Red+Green+Blue) = 122+5+108=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 108 (42.58% from 255 or 45.96% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A056C is #85FA93. Grayscale: #333333. Windows color (decimal): -8780436 or 7079290. OLE color: 7079290.
HSL color Cylindrical-coordinate representation of color #7A056C: hue angle of 307.18º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A056C is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 5 | 108 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.52 |
| HSL | 307.18º | 0.92% | 0.25% | - |
| HSV(B) | 307.18º | 0.96% | 0.48% | - |
| XYZ | 10.79 | 5.33 | 14.65 | - |
| YUV | 51.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 108 | 0 | 0.96 | 0.11 | 0.52 | 307.18 | 0.92 | 0.25 |
| Hex | 7A | 5 | 6C | 0 | 60 | B | 34 | 133 | 5C | 19 |
| Octal | 172 | 5 | 154 | 0 | 140 | 13 | 64 | 463 | 134 | 31 |
| Binary | 1111010 | 101 | 1101100 | 0 | 1100000 | 1011 | 110100 | 100110011 | 1011100 | 11001 |
Color Harmonies of #7A056C
Complementary color
Monochromatic Colors of #7A056C
Black with #7A056C
Text Example
Text Example
White with #7A056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A056C; }
p { color: rgb(122,5,108); }
H1.HeaderClassName
{
color: #7A056C;
}
.AnyTagClassName
{
color: #7A056C;
}
</style>
background-color css
<style>
a { background-color: #7A056C; }
a { background-color: rgb(122,5,108); }
div.DivClassName
{
background-color: #7A056C;
}
.BgClassName
{
background-color: #7A056C;
}
</style>
border-color css
<style>
span { border-color: #7A056C; }
span { border-color: rgb(122,5,108); }
td.TdClassName
{
border-color: #7A056C;
}
.TagClassName
{
border-color: #7A056C;
}
</style>