#7164AA

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

Shades of Scampi #7164AA

Tints of Scampi #7164AA

Color information

#7164AA (or 0x7164AA) is unknown color: approx Scampi. HEX triplet: 71, 64 and AA. RGB value is (113,100,170). Sum of RGB (Red+Green+Blue) = 113+100+170=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #7164AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7164AA is #8E9B55. Grayscale: #6F6F6F. Windows color (decimal): -9345878 or 11166833. OLE color: 11166833.

HSL color Cylindrical-coordinate representation of color #7164AA: hue angle of 251.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7164AA is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113100170-
CMYK0.340.4100.33
HSL251.14º29.17%52.94%-
HSV(B)251.14º41.18%66.67%-
XYZ18.6215.5340.05-
YUV111.87160.81128.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.50%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=29.50%
G=26.11%
B=44.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131001700.340.4100.33251.1429.1752.94
Hex7164AA2229021fb1d35
Octal16114425242510413733565
Binary111000111001001010101010001010100101000011111101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7164AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7164AA; }

 p { color: rgb(113,100,170); }

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

<style>
 a { background-color: #7164AA; }

 a { background-color: rgb(113,100,170); }

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

<style>
 span { border-color: #7164AA; }

 span { border-color: rgb(113,100,170); }

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