Html Css Color HEX #716593 Scampi

📋 copy color: '#716593'

red 113 ◦ green 101 ◦ blue 147

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

Shades of Scampi #716593

Tints of Scampi #716593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 31.3%
G = 27.98%
B = 40.72%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716593 (or 0x716593) is known color: Scampi. HEX triplet: 71, 65 and 93. RGB value is (113,101,147). Sum of RGB (Red+Green+Blue) = 113+101+147=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #716593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716593 is #8E9A6C. Grayscale: #6D6D6D. Windows color (decimal): -9345645 or 9659761. OLE color: 9659761.

HSL color Cylindrical-coordinate representation of color #716593: hue angle of 255.65º degrees, saturation: 0.19, 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 #716593 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 101 147 -
CMYK 0.23 0.31 0 0.42
HSL 255.65º 0.19% 0.49% -
HSV(B) 255.65º 0.31% 0.58% -
XYZ 16.73 14.92 29.6 -
YUV 109.83 148.98 130.26 -
System Red Green Blue C M Y K H S L
Decimal 113 101 147 0.23 0.31 0 0.42 255.65 0.19 0.49
Hex 71 65 93 17 1F 0 2A 100 13 31
Octal 161 145 223 27 37 0 52 400 23 61
Binary 1110001 1100101 10010011 10111 11111 0 101010 100000000 10011 110001

Color Harmonies of #716593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716593

Black with #716593

Text Example


Text Example

White with #716593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716593; }

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

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

background-color css

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

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

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

border-color css

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

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

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