#7165AA

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

Shades of Scampi #7165AA

Tints of Scampi #7165AA

Color information

#7165AA (or 0x7165AA) is unknown color: approx Scampi. HEX triplet: 71, 65 and AA. RGB value is (113,101,170). Sum of RGB (Red+Green+Blue) = 113+101+170=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #7165AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7165AA is #8E9A55. Grayscale: #707070. Windows color (decimal): -9345622 or 11167089. OLE color: 11167089.

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

Color convert

RGB113101170-
CMYK0.340.4100.33
HSL250.43º28.87%53.14%-
HSV(B)250.43º40.59%66.67%-
XYZ18.7215.7240.08-
YUV112.45160.48128.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.43%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=29.43%
G=26.30%
B=44.27%

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
Decimal1131011700.340.4100.33250.4328.8753.14
Hex7165AA2229021fa1d35
Octal16114525242510413723565
Binary111000111001011010101010001010100101000011111101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7165AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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