#7066A0

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

Shades of Scampi #7066A0

Tints of Scampi #7066A0

Color information

#7066A0 (or 0x7066A0) is unknown color: approx Scampi. HEX triplet: 70, 66 and A0. RGB value is (112,102,160). Sum of RGB (Red+Green+Blue) = 112+102+160=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 160 - color contains mainly: blue. Hex color #7066A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7066A0 is #8F995F. Grayscale: #6F6F6F. Windows color (decimal): -9410912 or 10511984. OLE color: 10511984.

HSL color Cylindrical-coordinate representation of color #7066A0: hue angle of 250.34º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7066A0 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB112102160-
CMYK0.300.3600.37
HSL250.34º23.39%51.37%-
HSV(B)250.34º36.25%62.75%-
XYZ17.7815.4935.31-
YUV111.6155.31128.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 160 (62.89% from 255) = 42.78%
R=29.95%
G=27.27%
B=42.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1121021600.300.3600.37250.3423.3951.37
Hex7066A01E24025fa1733
Octal16014624036440453722763
Binary11100001100110101000001111010010001001011111101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7066A0; }

 p { color: rgb(112,102,160); }

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

<style>
 a { background-color: #7066A0; }

 a { background-color: rgb(112,102,160); }

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

<style>
 span { border-color: #7066A0; }

 span { border-color: rgb(112,102,160); }

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