#7A609D

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

Shades of Scampi #7A609D

Tints of Scampi #7A609D

Color information

#7A609D (or 0x7A609D) is unknown color: approx Scampi. HEX triplet: 7A, 60 and 9D. RGB value is (122,96,157). Sum of RGB (Red+Green+Blue) = 122+96+157=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A609D is #859F62. Grayscale: #6E6E6E. Windows color (decimal): -8757091 or 10313850. OLE color: 10313850.

HSL color Cylindrical-coordinate representation of color #7A609D: hue angle of 265.57º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A609D is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12296157-
CMYK0.220.3900.38
HSL265.57º24.11%49.61%-
HSV(B)265.57º38.85%61.57%-
XYZ18.2914.9433.82-
YUV110.73154.11136.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.53%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=32.53%
G=25.6%
B=41.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122961570.220.3900.38265.5724.1149.61
Hex7A609D162702610a1832
Octal17214023526470464123062
Binary111101011000001001110110110100111010011010000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A609D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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