#7067AA

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

Shades of Scampi #7067AA

Tints of Scampi #7067AA

Color information

#7067AA (or 0x7067AA) is unknown color: approx Scampi. HEX triplet: 70, 67 and AA. RGB value is (112,103,170). Sum of RGB (Red+Green+Blue) = 112+103+170=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #7067AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7067AA is #8F9855. Grayscale: #717171. Windows color (decimal): -9410646 or 11167600. OLE color: 11167600.

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

Color convert

RGB112103170-
CMYK0.340.3900.33
HSL248.06º28.27%53.53%-
HSV(B)248.06º39.41%66.67%-
XYZ18.7916.0540.14-
YUV113.33159.98127.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 170 (66.80% from 255) = 44.16%
R=29.09%
G=26.75%
B=44.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121031700.340.3900.33248.0628.2753.53
Hex7067AA2227021f81c36
Octal16014725242470413703466
Binary111000011001111010101010001010011101000011111100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7067AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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