#7165AB

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

Shades of Scampi #7165AB

Tints of Scampi #7165AB

Color information

#7165AB (or 0x7165AB) is unknown color: approx Scampi. HEX triplet: 71, 65 and AB. RGB value is (113,101,171). Sum of RGB (Red+Green+Blue) = 113+101+171=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #7165AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7165AB is #8E9A54. Grayscale: #707070. Windows color (decimal): -9345621 or 11232625. OLE color: 11232625.

HSL color Cylindrical-coordinate representation of color #7165AB: hue angle of 250.29º 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 #7165AB is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113101171-
CMYK0.340.4100.33
HSL250.29º29.41%53.33%-
HSV(B)250.29º40.94%67.06%-
XYZ18.8115.7640.58-
YUV112.57160.98128.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.35%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=29.35%
G=26.23%
B=44.42%

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
Decimal1131011710.340.4100.33250.2929.4153.33
Hex7165AB2229021fa1d35
Octal16114525342510413723565
Binary111000111001011010101110001010100101000011111101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7165AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7165AB; }

 p { color: rgb(113,101,171); }

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

<style>
 a { background-color: #7165AB; }

 a { background-color: rgb(113,101,171); }

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

<style>
 span { border-color: #7165AB; }

 span { border-color: rgb(113,101,171); }

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