Html Css Color HEX #716AA3 Scampi

📋 copy color: '#716AA3'

red 113 ◦ green 106 ◦ blue 163

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

Shades of Scampi #716AA3

Tints of Scampi #716AA3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.75%

 BLUE value IS 163 (64.06% from 255) = 42.67%

R = 29.58%
G = 27.75%
B = 42.67%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#716AA3 (or 0x716AA3) is known color: Scampi. HEX triplet: 71, 6A and A3. RGB value is (113,106,163). Sum of RGB (Red+Green+Blue) = 113+106+163=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 163 - color contains mainly: blue. Hex color #716AA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716AA3 is #8E955C. Grayscale: #727272. Windows color (decimal): -9344349 or 10709617. OLE color: 10709617.

HSL color Cylindrical-coordinate representation of color #716AA3: hue angle of 247.37º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716AA3 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 106 163 -
CMYK 0.31 0.35 0 0.36
HSL 247.37º 0.24% 0.53% -
HSV(B) 247.37º 0.35% 0.64% -
XYZ 18.57 16.46 36.85 -
YUV 114.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 113 106 163 0.31 0.35 0 0.36 247.37 0.24 0.53
Hex 71 6A A3 1F 23 0 24 F7 18 35
Octal 161 152 243 37 43 0 44 367 30 65
Binary 1110001 1101010 10100011 11111 100011 0 100100 11110111 11000 110101

Color Harmonies of #716AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716AA3

Black with #716AA3

Text Example


Text Example

White with #716AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716AA3; }

 p { color: rgb(113,106,163); }

 H1.HeaderClassName
 {
   color: #716AA3;
 }
 .AnyTagClassName
 {
   color: #716AA3;
 }
</style>

background-color css

<style>
 a { background-color: #716AA3; }

 a { background-color: rgb(113,106,163); }

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

border-color css

<style>
 span { border-color: #716AA3; }

 span { border-color: rgb(113,106,163); }

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