#7066AA

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

Shades of Scampi #7066AA

Tints of Scampi #7066AA

Color information

#7066AA (or 0x7066AA) is unknown color: approx Scampi. HEX triplet: 70, 66 and AA. RGB value is (112,102,170). Sum of RGB (Red+Green+Blue) = 112+102+170=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 102 (40.23% from 255 or 26.56% 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 #7066AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7066AA is #8F9955. Grayscale: #707070. Windows color (decimal): -9410902 or 11167344. OLE color: 11167344.

HSL color Cylindrical-coordinate representation of color #7066AA: hue angle of 248.82º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7066AA is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB112102170-
CMYK0.340.400.33
HSL248.82º28.57%53.33%-
HSV(B)248.82º40%66.67%-
XYZ18.6915.8540.1-
YUV112.74160.31127.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 102 (40.23% from 255) = 26.56%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=29.17%
G=26.56%
B=44.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121021700.340.400.33248.8228.5753.33
Hex7066AA2228021f91d35
Octal16014625242500413713565
Binary111000011001101010101010001010100001000011111100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7066AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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