Html Css Color HEX #716692 Scampi

📋 copy color: '#716692'

red 113 ◦ green 102 ◦ blue 146

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

Shades of Scampi #716692

Tints of Scampi #716692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 31.3%
G = 28.25%
B = 40.44%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#716692 (or 0x716692) is known color: Scampi. HEX triplet: 71, 66 and 92. RGB value is (113,102,146). Sum of RGB (Red+Green+Blue) = 113+102+146=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #716692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716692 is #8E996D. Grayscale: #6E6E6E. Windows color (decimal): -9345390 or 9594481. OLE color: 9594481.

HSL color Cylindrical-coordinate representation of color #716692: hue angle of 255º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #716692 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 102 146 -
CMYK 0.23 0.30 0 0.43
HSL 255º 0.18% 0.49% -
HSV(B) 255º 0.3% 0.57% -
XYZ 16.75 15.09 29.22 -
YUV 110.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 113 102 146 0.23 0.30 0 0.43 255 0.18 0.49
Hex 71 66 92 17 1E 0 2B FF 12 31
Octal 161 146 222 27 36 0 53 377 22 61
Binary 1110001 1100110 10010010 10111 11110 0 101011 11111111 10010 110001

Color Harmonies of #716692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716692

Black with #716692

Text Example


Text Example

White with #716692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716692; }

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

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

background-color css

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

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

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

border-color css

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

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

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