Html Css Color HEX #7066AA Scampi

📋 copy color: '#7066AA'

red 112 ◦ green 102 ◦ blue 170

#7066AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #7066AA

Tints of Scampi #7066AA

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.8% from 255) = 44.27%

R = 29.17%
G = 26.56%
B = 44.27%

CMYK

 C value IS 0.34

 M value IS 0.4

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7066AA (or 0x7066AA) is known color: 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

RGB 112 102 170 -
CMYK 0.34 0.4 0 0.33
HSL 248.82º 0.29% 0.53% -
HSV(B) 248.82º 0.4% 0.67% -
XYZ 18.69 15.85 40.1 -
YUV 112.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 112 102 170 0.34 0.4 0 0.33 248.82 0.29 0.53
Hex 70 66 AA 22 28 0 21 F9 1D 35
Octal 160 146 252 42 50 0 41 371 35 65
Binary 1110000 1100110 10101010 100010 101000 0 100001 11111001 11101 110101

Color Harmonies of #7066AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7066AA

Black with #7066AA

Text Example


Text Example

White with #7066AA

Text Example


Text Example

HTML Codes & Css Web 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>