Html Css Color HEX #716395 Scampi

📋 copy color: '#716395'

red 113 ◦ green 99 ◦ blue 149

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

Shades of Scampi #716395

Tints of Scampi #716395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.42%

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 31.3%
G = 27.42%
B = 41.27%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716395 (or 0x716395) is known color: Scampi. HEX triplet: 71, 63 and 95. RGB value is (113,99,149). Sum of RGB (Red+Green+Blue) = 113+99+149=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #716395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716395 is #8E9C6A. Grayscale: #6C6C6C. Windows color (decimal): -9346155 or 9790321. OLE color: 9790321.

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

Color convert

RGB 113 99 149 -
CMYK 0.24 0.34 0 0.42
HSL 256.8º 0.2% 0.49% -
HSV(B) 256.8º 0.34% 0.58% -
XYZ 16.7 14.6 30.37 -
YUV 108.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 113 99 149 0.24 0.34 0 0.42 256.8 0.2 0.49
Hex 71 63 95 18 22 0 2A 101 14 31
Octal 161 143 225 30 42 0 52 401 24 61
Binary 1110001 1100011 10010101 11000 100010 0 101010 100000001 10100 110001

Color Harmonies of #716395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716395

Black with #716395

Text Example


Text Example

White with #716395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716395; }

 p { color: rgb(113,99,149); }

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

background-color css

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

 a { background-color: rgb(113,99,149); }

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

border-color css

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

 span { border-color: rgb(113,99,149); }

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