#7168AD

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

Shades of Scampi #7168AD

Tints of Scampi #7168AD

Color information

#7168AD (or 0x7168AD) is unknown color: approx Scampi. HEX triplet: 71, 68 and AD. RGB value is (113,104,173). Sum of RGB (Red+Green+Blue) = 113+104+173=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #7168AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7168AD is #8E9752. Grayscale: #727272. Windows color (decimal): -9344851 or 11364465. OLE color: 11364465.

HSL color Cylindrical-coordinate representation of color #7168AD: hue angle of 247.83º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7168AD is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113104173-
CMYK0.350.4000.32
HSL247.83º29.61%54.31%-
HSV(B)247.83º39.88%67.84%-
XYZ19.316.4341.69-
YUV114.56160.98126.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 173 (67.97% from 255) = 44.36%
R=28.97%
G=26.67%
B=44.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131041730.350.4000.32247.8329.6154.31
Hex7168AD2328020f81e36
Octal16115025543500403703666
Binary111000111010001010110110001110100001000001111100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7168AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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