#7169AD

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

Shades of Scampi #7169AD

Tints of Scampi #7169AD

Color information

#7169AD (or 0x7169AD) is unknown color: approx Scampi. HEX triplet: 71, 69 and AD. RGB value is (113,105,173). Sum of RGB (Red+Green+Blue) = 113+105+173=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #7169AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7169AD is #8E9652. Grayscale: #727272. Windows color (decimal): -9344595 or 11364721. OLE color: 11364721.

HSL color Cylindrical-coordinate representation of color #7169AD: hue angle of 247.06º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7169AD is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113105173-
CMYK0.350.3900.32
HSL247.06º29.31%54.51%-
HSV(B)247.06º39.31%67.84%-
XYZ19.416.6341.72-
YUV115.14160.65126.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 173 (67.97% from 255) = 44.25%
R=28.90%
G=26.85%
B=44.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131051730.350.3900.32247.0629.3154.51
Hex7169AD2327020f71d37
Octal16115125543470403673567
Binary111000111010011010110110001110011101000001111011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7169AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7169AD; }

 p { color: rgb(113,105,173); }

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

<style>
 a { background-color: #7169AD; }

 a { background-color: rgb(113,105,173); }

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

<style>
 span { border-color: #7169AD; }

 span { border-color: rgb(113,105,173); }

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