#7060A7

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

Shades of Scampi #7060A7

Tints of Scampi #7060A7

Color information

#7060A7 (or 0x7060A7) is unknown color: approx Scampi. HEX triplet: 70, 60 and A7. RGB value is (112,96,167). Sum of RGB (Red+Green+Blue) = 112+96+167=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 167 - color contains mainly: blue. Hex color #7060A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7060A7 is #8F9F58. Grayscale: #6C6C6C. Windows color (decimal): -9412441 or 10969200. OLE color: 10969200.

HSL color Cylindrical-coordinate representation of color #7060A7: hue angle of 253.52º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7060A7 is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11296167-
CMYK0.330.4300.35
HSL253.52º28.74%51.57%-
HSV(B)253.52º42.51%65.49%-
XYZ17.8414.638.44-
YUV108.88160.8130.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 167 (65.62% from 255) = 44.53%
R=29.87%
G=25.6%
B=44.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112961670.330.4300.35253.5228.7451.57
Hex7060A7212B023fe1d34
Octal16014024741530433763564
Binary111000011000001010011110000110101101000111111111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7060A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7060A7; }

 p { color: rgb(112,96,167); }

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

<style>
 a { background-color: #7060A7; }

 a { background-color: rgb(112,96,167); }

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

<style>
 span { border-color: #7060A7; }

 span { border-color: rgb(112,96,167); }

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