#716498

Color #716498 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #716498

Tints of Scampi #716498

Color information

#716498 (or 0x716498) is unknown color: approx Scampi. HEX triplet: 71, 64 and 98. RGB value is (113,100,152). Sum of RGB (Red+Green+Blue) = 113+100+152=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #716498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716498 is #8E9B67. Grayscale: #6D6D6D. Windows color (decimal): -9345896 or 9987185. OLE color: 9987185.

HSL color Cylindrical-coordinate representation of color #716498: hue angle of 255º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #716498 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB113100152-
CMYK0.260.3400.40
HSL255º20.63%49.41%-
HSV(B)255º34.21%59.61%-
XYZ17.0314.8931.68-
YUV109.82151.81130.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 152 (59.77% from 255) = 41.64%
R=30.96%
G=27.40%
B=41.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131001520.260.3400.4025520.6349.41
Hex7164981A22028ff1531
Octal16114423032420503772561
Binary11100011100100100110001101010001001010001111111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716498; }

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

 H1.HeaderClassName
 {
   color: #716498;
 }
 .AnyTagClassName
 {
   color: #716498;
 }
</style>
background-color css

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

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

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

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

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

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