Html Css Color HEX #716BAB Scampi

📋 copy color: '#716BAB'

red 113 ◦ green 107 ◦ blue 171

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

Shades of Scampi #716BAB

Tints of Scampi #716BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.37%

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 28.9%
G = 27.37%
B = 43.73%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#716BAB (or 0x716BAB) is known color: Scampi. HEX triplet: 71, 6B and AB. RGB value is (113,107,171). Sum of RGB (Red+Green+Blue) = 113+107+171=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #716BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BAB is #8E9454. Grayscale: #737373. Windows color (decimal): -9344085 or 11234161. OLE color: 11234161.

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

Color convert

RGB 113 107 171 -
CMYK 0.34 0.37 0 0.33
HSL 245.63º 0.28% 0.55% -
HSV(B) 245.63º 0.37% 0.67% -
XYZ 19.42 16.97 40.78 -
YUV 116.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 113 107 171 0.34 0.37 0 0.33 245.63 0.28 0.55
Hex 71 6B AB 22 25 0 21 F6 1C 37
Octal 161 153 253 42 45 0 41 366 34 67
Binary 1110001 1101011 10101011 100010 100101 0 100001 11110110 11100 110111

Color Harmonies of #716BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716BAB

Black with #716BAB

Text Example


Text Example

White with #716BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,107,171); }

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

background-color css

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

 a { background-color: rgb(113,107,171); }

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

border-color css

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

 span { border-color: rgb(113,107,171); }

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