#7A5CAC

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

Shades of Scampi #7A5CAC

Tints of Scampi #7A5CAC

Color information

#7A5CAC (or 0x7A5CAC) is unknown color: approx Scampi. HEX triplet: 7A, 5C and AC. RGB value is (122,92,172). Sum of RGB (Red+Green+Blue) = 122+92+172=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A5CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5CAC is #85A353. Grayscale: #6D6D6D. Windows color (decimal): -8758100 or 11295866. OLE color: 11295866.

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

Color convert

RGB12292172-
CMYK0.290.4700.33
HSL262.5º32.52%51.76%-
HSV(B)262.5º46.51%67.45%-
XYZ19.314.7740.86-
YUV110.09162.94136.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.61%
GREEN value IS 92 (36.33% from 255) = 23.83%
BLUE value IS 172 (67.58% from 255) = 44.56%
R=31.61%
G=23.83%
B=44.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122921720.290.4700.33262.532.5251.76
Hex7A5CAC1D2F0211062134
Octal17213425435570414064164
Binary1111010101110010101100111011011110100001100000110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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