#7A609E

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

Shades of Scampi #7A609E

Tints of Scampi #7A609E

Color information

#7A609E (or 0x7A609E) is unknown color: approx Scampi. HEX triplet: 7A, 60 and 9E. RGB value is (122,96,158). Sum of RGB (Red+Green+Blue) = 122+96+158=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A609E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A609E is #859F61. Grayscale: #6E6E6E. Windows color (decimal): -8757090 or 10379386. OLE color: 10379386.

HSL color Cylindrical-coordinate representation of color #7A609E: hue angle of 265.16º 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 #7A609E is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12296158-
CMYK0.230.3900.38
HSL265.16º24.41%49.8%-
HSV(B)265.16º39.24%61.96%-
XYZ18.3814.9734.27-
YUV110.84154.61135.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.45%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=32.45%
G=25.53%
B=42.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122961580.230.3900.38265.1624.4149.8
Hex7A609E17270261091832
Octal17214023627470464113062
Binary111101011000001001111010111100111010011010000100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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