#716795

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

Shades of Scampi #716795

Tints of Scampi #716795

Color information

#716795 (or 0x716795) is unknown color: approx Scampi. HEX triplet: 71, 67 and 95. RGB value is (113,103,149). Sum of RGB (Red+Green+Blue) = 113+103+149=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #716795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716795 is #8E986A. Grayscale: #6F6F6F. Windows color (decimal): -9345131 or 9791345. OLE color: 9791345.

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

Color convert

RGB113103149-
CMYK0.240.3100.42
HSL253.04º18.25%49.41%-
HSV(B)253.04º30.87%58.43%-
XYZ17.0915.3830.5-
YUV111.23149.31129.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 103 (40.62% from 255) = 28.22%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=30.96%
G=28.22%
B=40.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131031490.240.3100.42253.0418.2549.41
Hex716795181F02Afd1231
Octal16114722530370523752261
Binary1110001110011110010101110001111101010101111110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716795; }

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

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

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

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

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

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

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

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