Html Css Color HEX #716595 Scampi

📋 copy color: '#716595'

red 113 ◦ green 101 ◦ blue 149

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

Shades of Scampi #716595

Tints of Scampi #716595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

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

R = 31.13%
G = 27.82%
B = 41.05%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716595 (or 0x716595) is known color: Scampi. HEX triplet: 71, 65 and 95. RGB value is (113,101,149). Sum of RGB (Red+Green+Blue) = 113+101+149=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #716595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716595 is #8E9A6A. Grayscale: #6D6D6D. Windows color (decimal): -9345643 or 9790833. OLE color: 9790833.

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

Color convert

RGB 113 101 149 -
CMYK 0.24 0.32 0 0.42
HSL 255º 0.19% 0.49% -
HSV(B) 255º 0.32% 0.58% -
XYZ 16.89 14.99 30.44 -
YUV 110.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 113 101 149 0.24 0.32 0 0.42 255 0.19 0.49
Hex 71 65 95 18 20 0 2A FF 13 31
Octal 161 145 225 30 40 0 52 377 23 61
Binary 1110001 1100101 10010101 11000 100000 0 101010 11111111 10011 110001

Color Harmonies of #716595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716595

Black with #716595

Text Example


Text Example

White with #716595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716595; }

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

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

background-color css

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

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

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

border-color css

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

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

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