Html Css Color HEX #716493 Scampi

📋 copy color: '#716493'

red 113 ◦ green 100 ◦ blue 147

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

Shades of Scampi #716493

Tints of Scampi #716493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.78%

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

R = 31.39%
G = 27.78%
B = 40.83%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#716493 (or 0x716493) is known color: Scampi. HEX triplet: 71, 64 and 93. RGB value is (113,100,147). Sum of RGB (Red+Green+Blue) = 113+100+147=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #716493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716493 is #8E9B6C. Grayscale: #6D6D6D. Windows color (decimal): -9345901 or 9659505. OLE color: 9659505.

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

Color convert

RGB 113 100 147 -
CMYK 0.23 0.32 0 0.42
HSL 256.6º 0.19% 0.48% -
HSV(B) 256.6º 0.32% 0.58% -
XYZ 16.63 14.73 29.57 -
YUV 109.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 113 100 147 0.23 0.32 0 0.42 256.6 0.19 0.48
Hex 71 64 93 17 20 0 2A 101 13 30
Octal 161 144 223 27 40 0 52 401 23 60
Binary 1110001 1100100 10010011 10111 100000 0 101010 100000001 10011 110000

Color Harmonies of #716493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716493

Black with #716493

Text Example


Text Example

White with #716493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716493; }

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

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

background-color css

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

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

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

border-color css

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

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

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