Html Css Color HEX #716999 Scampi

📋 copy color: '#716999'

red 113 ◦ green 105 ◦ blue 153

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

Shades of Scampi #716999

Tints of Scampi #716999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.3%

 BLUE value IS 153 (60.16% from 255) = 41.24%

R = 30.46%
G = 28.3%
B = 41.24%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#716999 (or 0x716999) is known color: Scampi. HEX triplet: 71, 69 and 99. RGB value is (113,105,153). Sum of RGB (Red+Green+Blue) = 113+105+153=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #716999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716999 is #8E9666. Grayscale: #707070. Windows color (decimal): -9344615 or 10054001. OLE color: 10054001.

HSL color Cylindrical-coordinate representation of color #716999: hue angle of 250º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #716999 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 105 153 -
CMYK 0.26 0.31 0 0.4
HSL 250º 0.19% 0.51% -
HSV(B) 250º 0.31% 0.6% -
XYZ 17.61 15.91 32.28 -
YUV 112.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 113 105 153 0.26 0.31 0 0.4 250 0.19 0.51
Hex 71 69 99 1A 1F 0 28 FA 13 33
Octal 161 151 231 32 37 0 50 372 23 63
Binary 1110001 1101001 10011001 11010 11111 0 101000 11111010 10011 110011

Color Harmonies of #716999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716999

Black with #716999

Text Example


Text Example

White with #716999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716999; }

 p { color: rgb(113,105,153); }

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

background-color css

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

 a { background-color: rgb(113,105,153); }

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

border-color css

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

 span { border-color: rgb(113,105,153); }

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