#715F9D

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

Shades of Scampi #715F9D

Tints of Scampi #715F9D

Color information

#715F9D (or 0x715F9D) is unknown color: approx Scampi. HEX triplet: 71, 5F and 9D. RGB value is (113,95,157). Sum of RGB (Red+Green+Blue) = 113+95+157=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #715F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715F9D is #8EA062. Grayscale: #6B6B6B. Windows color (decimal): -9347171 or 10313585. OLE color: 10313585.

HSL color Cylindrical-coordinate representation of color #715F9D: hue angle of 257.42º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #715F9D is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11395157-
CMYK0.280.3900.38
HSL257.42º24.6%49.41%-
HSV(B)257.42º39.49%61.57%-
XYZ16.9914.1333.73-
YUV107.45155.96131.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 157 (61.72% from 255) = 43.01%
R=30.96%
G=26.03%
B=43.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113951570.280.3900.38257.4224.649.41
Hex715F9D1C270261011931
Octal16113723534470464013161
Binary111000110111111001110111100100111010011010000000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715F9D; }

 p { color: rgb(113,95,157); }

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

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

 a { background-color: rgb(113,95,157); }

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

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

 span { border-color: rgb(113,95,157); }

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