Html Css Color HEX #7061AA Scampi

📋 copy color: '#7061AA'

red 112 ◦ green 97 ◦ blue 170

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

Shades of Scampi #7061AA

Tints of Scampi #7061AA

RGB

 RED value IS 112 (44.14% from 255) = 29.55%

 GREEN value IS 97 (38.28% from 255) = 25.59%

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 29.55%
G = 25.59%
B = 44.85%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7061AA (or 0x7061AA) is known color: Scampi. HEX triplet: 70, 61 and AA. RGB value is (112,97,170). Sum of RGB (Red+Green+Blue) = 112+97+170=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #7061AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7061AA is #8F9E55. Grayscale: #6D6D6D. Windows color (decimal): -9412182 or 11166064. OLE color: 11166064.

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

Color convert

RGB 112 97 170 -
CMYK 0.34 0.43 0 0.33
HSL 252.33º 0.3% 0.52% -
HSV(B) 252.33º 0.43% 0.67% -
XYZ 18.21 14.9 39.95 -
YUV 109.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 112 97 170 0.34 0.43 0 0.33 252.33 0.3 0.52
Hex 70 61 AA 22 2B 0 21 FC 1E 34
Octal 160 141 252 42 53 0 41 374 36 64
Binary 1110000 1100001 10101010 100010 101011 0 100001 11111100 11110 110100

Color Harmonies of #7061AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7061AA

Black with #7061AA

Text Example


Text Example

White with #7061AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7061AA;
 }
 .AnyTagClassName
 {
   color: #7061AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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