Shades of Purple #7A066C
Tints of Purple #7A066C
RGB
CMYK
RGB Variations
Color information
#7A066C (or 0x7A066C) is known color: Purple. HEX triplet: 7A, 06 and 6C. RGB value is (122,6,108). Sum of RGB (Red+Green+Blue) = 122+6+108=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A066C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A066C is #85F993. Grayscale: #343434. Windows color (decimal): -8780180 or 7079546. OLE color: 7079546.
HSL color Cylindrical-coordinate representation of color #7A066C: hue angle of 307.24º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A066C is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 6 | 108 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.52 |
| HSL | 307.24º | 0.91% | 0.25% | - |
| HSV(B) | 307.24º | 0.95% | 0.48% | - |
| XYZ | 10.8 | 5.35 | 14.65 | - |
| YUV | 52.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 6 | 108 | 0 | 0.95 | 0.11 | 0.52 | 307.24 | 0.91 | 0.25 |
| Hex | 7A | 6 | 6C | 0 | 5F | B | 34 | 133 | 5B | 19 |
| Octal | 172 | 6 | 154 | 0 | 137 | 13 | 64 | 463 | 133 | 31 |
| Binary | 1111010 | 110 | 1101100 | 0 | 1011111 | 1011 | 110100 | 100110011 | 1011011 | 11001 |
Color Harmonies of #7A066C
Complementary color
Monochromatic Colors of #7A066C
Black with #7A066C
Text Example
Text Example
White with #7A066C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A066C; }
p { color: rgb(122,6,108); }
H1.HeaderClassName
{
color: #7A066C;
}
.AnyTagClassName
{
color: #7A066C;
}
</style>
background-color css
<style>
a { background-color: #7A066C; }
a { background-color: rgb(122,6,108); }
div.DivClassName
{
background-color: #7A066C;
}
.BgClassName
{
background-color: #7A066C;
}
</style>
border-color css
<style>
span { border-color: #7A066C; }
span { border-color: rgb(122,6,108); }
td.TdClassName
{
border-color: #7A066C;
}
.TagClassName
{
border-color: #7A066C;
}
</style>