Shades of Purple #7A0668
Tints of Purple #7A0668
RGB
CMYK
RGB Variations
Color information
#7A0668 (or 0x7A0668) is known color: Purple. HEX triplet: 7A, 06 and 68. RGB value is (122,6,104). Sum of RGB (Red+Green+Blue) = 122+6+104=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0668 is #85F997. Grayscale: #333333. Windows color (decimal): -8780184 or 6817402. OLE color: 6817402.
HSL color Cylindrical-coordinate representation of color #7A0668: hue angle of 309.31º 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 #7A0668 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 6 | 104 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.52 |
| HSL | 309.31º | 0.91% | 0.25% | - |
| HSV(B) | 309.31º | 0.95% | 0.48% | - |
| XYZ | 10.59 | 5.27 | 13.56 | - |
| YUV | 51.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 6 | 104 | 0 | 0.95 | 0.15 | 0.52 | 309.31 | 0.91 | 0.25 |
| Hex | 7A | 6 | 68 | 0 | 5F | F | 34 | 135 | 5B | 19 |
| Octal | 172 | 6 | 150 | 0 | 137 | 17 | 64 | 465 | 133 | 31 |
| Binary | 1111010 | 110 | 1101000 | 0 | 1011111 | 1111 | 110100 | 100110101 | 1011011 | 11001 |
Color Harmonies of #7A0668
Complementary color
Monochromatic Colors of #7A0668
Black with #7A0668
Text Example
Text Example
White with #7A0668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0668; }
p { color: rgb(122,6,104); }
H1.HeaderClassName
{
color: #7A0668;
}
.AnyTagClassName
{
color: #7A0668;
}
</style>
background-color css
<style>
a { background-color: #7A0668; }
a { background-color: rgb(122,6,104); }
div.DivClassName
{
background-color: #7A0668;
}
.BgClassName
{
background-color: #7A0668;
}
</style>
border-color css
<style>
span { border-color: #7A0668; }
span { border-color: rgb(122,6,104); }
td.TdClassName
{
border-color: #7A0668;
}
.TagClassName
{
border-color: #7A0668;
}
</style>