#7A5EAB

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

Shades of Scampi #7A5EAB

Tints of Scampi #7A5EAB

Color information

#7A5EAB (or 0x7A5EAB) is unknown color: approx Scampi. HEX triplet: 7A, 5E and AB. RGB value is (122,94,171). Sum of RGB (Red+Green+Blue) = 122+94+171=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A5EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5EAB is #85A154. Grayscale: #6E6E6E. Windows color (decimal): -8757589 or 11230842. OLE color: 11230842.

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

Color convert

RGB12294171-
CMYK0.290.4500.33
HSL261.82º31.43%51.96%-
HSV(B)261.82º45.03%67.06%-
XYZ19.3815.0840.42-
YUV111.15161.78135.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.52%
GREEN value IS 94 (37.11% from 255) = 24.29%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=31.52%
G=24.29%
B=44.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122941710.290.4500.33261.8231.4351.96
Hex7A5EAB1D2D0211061f34
Octal17213625335550414063764
Binary111101010111101010101111101101101010000110000011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,94,171); }

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

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

 a { background-color: rgb(122,94,171); }

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

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

 span { border-color: rgb(122,94,171); }

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