#7A5DAB

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

Shades of Scampi #7A5DAB

Tints of Scampi #7A5DAB

Color information

#7A5DAB (or 0x7A5DAB) is unknown color: approx Scampi. HEX triplet: 7A, 5D and AB. RGB value is (122,93,171). Sum of RGB (Red+Green+Blue) = 122+93+171=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5DAB is #85A254. Grayscale: #6E6E6E. Windows color (decimal): -8757845 or 11230586. OLE color: 11230586.

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

Color convert

RGB12293171-
CMYK0.290.4600.33
HSL262.31º31.71%51.76%-
HSV(B)262.31º45.61%67.06%-
XYZ19.2914.9140.39-
YUV110.56162.11136.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.61%
GREEN value IS 93 (36.72% from 255) = 24.09%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=31.61%
G=24.09%
B=44.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122931710.290.4600.33262.3131.7151.76
Hex7A5DAB1D2E0211062034
Octal17213525335560414064064
Binary1111010101110110101011111011011100100001100000110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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