Html Css Color HEX #716694 Scampi

📋 copy color: '#716694'

red 113 ◦ green 102 ◦ blue 148

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

Shades of Scampi #716694

Tints of Scampi #716694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 31.13%
G = 28.1%
B = 40.77%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716694 (or 0x716694) is known color: Scampi. HEX triplet: 71, 66 and 94. RGB value is (113,102,148). Sum of RGB (Red+Green+Blue) = 113+102+148=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #716694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716694 is #8E996B. Grayscale: #6E6E6E. Windows color (decimal): -9345388 or 9725553. OLE color: 9725553.

HSL color Cylindrical-coordinate representation of color #716694: hue angle of 254.35º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #716694 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 102 148 -
CMYK 0.24 0.31 0 0.42
HSL 254.35º 0.18% 0.49% -
HSV(B) 254.35º 0.31% 0.58% -
XYZ 16.91 15.15 30.05 -
YUV 110.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 113 102 148 0.24 0.31 0 0.42 254.35 0.18 0.49
Hex 71 66 94 18 1F 0 2A FE 12 31
Octal 161 146 224 30 37 0 52 376 22 61
Binary 1110001 1100110 10010100 11000 11111 0 101010 11111110 10010 110001

Color Harmonies of #716694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716694

Black with #716694

Text Example


Text Example

White with #716694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716694; }

 p { color: rgb(113,102,148); }

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

background-color css

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

 a { background-color: rgb(113,102,148); }

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

border-color css

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

 span { border-color: rgb(113,102,148); }

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