#715A9E

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

Shades of Scampi #715A9E

Tints of Scampi #715A9E

Color information

#715A9E (or 0x715A9E) is unknown color: approx Scampi. HEX triplet: 71, 5A and 9E. RGB value is (113,90,158). Sum of RGB (Red+Green+Blue) = 113+90+158=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 158 - color contains mainly: blue. Hex color #715A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715A9E is #8EA561. Grayscale: #686868. Windows color (decimal): -9348450 or 10377841. OLE color: 10377841.

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

Color convert

RGB11390158-
CMYK0.280.4300.38
HSL260.29º27.42%48.63%-
HSV(B)260.29º43.04%61.96%-
XYZ16.6413.2934.04-
YUV104.63158.12133.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 158 (62.11% from 255) = 43.77%
R=31.30%
G=24.93%
B=43.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113901580.280.4300.38260.2927.4248.63
Hex715A9E1C2B0261041b31
Octal16113223634530464043361
Binary111000110110101001111011100101011010011010000010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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