#715B9E

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

Shades of Scampi #715B9E

Tints of Scampi #715B9E

Color information

#715B9E (or 0x715B9E) is unknown color: approx Scampi. HEX triplet: 71, 5B and 9E. RGB value is (113,91,158). Sum of RGB (Red+Green+Blue) = 113+91+158=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #715B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715B9E is #8EA461. Grayscale: #686868. Windows color (decimal): -9348194 or 10378097. OLE color: 10378097.

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

Color convert

RGB11391158-
CMYK0.280.4200.38
HSL259.7º26.91%48.82%-
HSV(B)259.7º42.41%61.96%-
XYZ16.7213.4634.06-
YUV105.22157.79133.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.22%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=31.22%
G=25.14%
B=43.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113911580.280.4200.38259.726.9148.82
Hex715B9E1C2A0261041b31
Octal16113323634520464043361
Binary111000110110111001111011100101010010011010000010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,91,158); }

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

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

 a { background-color: rgb(113,91,158); }

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

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

 span { border-color: rgb(113,91,158); }

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