#7A61AA

Color #7A61AA Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #7A61AA

Tints of Scampi #7A61AA

Color information

#7A61AA (or 0x7A61AA) is unknown color: approx Scampi. HEX triplet: 7A, 61 and AA. RGB value is (122,97,170). Sum of RGB (Red+Green+Blue) = 122+97+170=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A61AA is #859E55. Grayscale: #707070. Windows color (decimal): -8756822 or 11166074. OLE color: 11166074.

HSL color Cylindrical-coordinate representation of color #7A61AA: hue angle of 260.55º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A61AA is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12297170-
CMYK0.280.4300.33
HSL260.55º30.04%52.35%-
HSV(B)260.55º42.94%66.67%-
XYZ19.5615.5940.01-
YUV112.8160.28134.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 31.36%
GREEN value IS 97 (38.28% from 255) = 24.94%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=31.36%
G=24.94%
B=43.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122971700.280.4300.33260.5530.0452.35
Hex7A61AA1C2B0211051e34
Octal17214125234530414053664
Binary111101011000011010101011100101011010000110000010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A61AA; }

 p { color: rgb(122,97,170); }

 H1.HeaderClassName
 {
   color: #7A61AA;
 }
 .AnyTagClassName
 {
   color: #7A61AA;
 }
</style>
background-color css

<style>
 a { background-color: #7A61AA; }

 a { background-color: rgb(122,97,170); }

 div.DivClassName
 {
   background-color: #7A61AA;
 }
 .BgClassName
 {
   background-color: #7A61AA;
 }
</style>
border-color css

<style>
 span { border-color: #7A61AA; }

 span { border-color: rgb(122,97,170); }

 td.TdClassName
 {
   border-color: #7A61AA;
 }
 .TagClassName
 {
   border-color: #7A61AA;
 }
</style>