Html Css Color HEX #7162AA Scampi

📋 copy color: '#7162AA'

red 113 ◦ green 98 ◦ blue 170

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

Shades of Scampi #7162AA

Tints of Scampi #7162AA

RGB

 RED value IS 113 (44.53% from 255) = 29.66%

 GREEN value IS 98 (38.67% from 255) = 25.72%

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

R = 29.66%
G = 25.72%
B = 44.62%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7162AA (or 0x7162AA) is known color: Scampi. HEX triplet: 71, 62 and AA. RGB value is (113,98,170). Sum of RGB (Red+Green+Blue) = 113+98+170=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #7162AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7162AA is #8E9D55. Grayscale: #6E6E6E. Windows color (decimal): -9346390 or 11166321. OLE color: 11166321.

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

Color convert

RGB 113 98 170 -
CMYK 0.34 0.42 0 0.33
HSL 252.5º 0.3% 0.53% -
HSV(B) 252.5º 0.42% 0.67% -
XYZ 18.43 15.15 39.98 -
YUV 110.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 113 98 170 0.34 0.42 0 0.33 252.5 0.3 0.53
Hex 71 62 AA 22 2A 0 21 FD 1E 35
Octal 161 142 252 42 52 0 41 375 36 65
Binary 1110001 1100010 10101010 100010 101010 0 100001 11111101 11110 110101

Color Harmonies of #7162AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7162AA

Black with #7162AA

Text Example


Text Example

White with #7162AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,98,170); }

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

background-color css

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

 a { background-color: rgb(113,98,170); }

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

border-color css

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

 span { border-color: rgb(113,98,170); }

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