#7A60AC

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

Shades of Scampi #7A60AC

Tints of Scampi #7A60AC

Color information

#7A60AC (or 0x7A60AC) is unknown color: approx Scampi. HEX triplet: 7A, 60 and AC. RGB value is (122,96,172). Sum of RGB (Red+Green+Blue) = 122+96+172=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A60AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A60AC is #859F53. Grayscale: #707070. Windows color (decimal): -8757076 or 11296890. OLE color: 11296890.

HSL color Cylindrical-coordinate representation of color #7A60AC: hue angle of 260.53º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A60AC is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12296172-
CMYK0.290.4400.33
HSL260.53º31.4%52.55%-
HSV(B)260.53º44.19%67.45%-
XYZ19.6615.4840.98-
YUV112.44161.61134.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.28%
GREEN value IS 96 (37.89% from 255) = 24.62%
BLUE value IS 172 (67.58% from 255) = 44.10%
R=31.28%
G=24.62%
B=44.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122961720.290.4400.33260.5331.452.55
Hex7A60AC1D2C0211051f35
Octal17214025435540414053765
Binary111101011000001010110011101101100010000110000010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A60AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,172); }

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

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

 a { background-color: rgb(122,96,172); }

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

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

 span { border-color: rgb(122,96,172); }

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