#71599E

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

Shades of Scampi #71599E

Tints of Scampi #71599E

Color information

#71599E (or 0x71599E) is unknown color: approx Scampi. HEX triplet: 71, 59 and 9E. RGB value is (113,89,158). Sum of RGB (Red+Green+Blue) = 113+89+158=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #71599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71599E is #8EA661. Grayscale: #676767. Windows color (decimal): -9348706 or 10377585. OLE color: 10377585.

HSL color Cylindrical-coordinate representation of color #71599E: hue angle of 260.87º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71599E is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11389158-
CMYK0.280.4400.38
HSL260.87º27.94%48.43%-
HSV(B)260.87º43.67%61.96%-
XYZ16.5513.1234.01-
YUV104.04158.45134.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=31.39%
G=24.72%
B=43.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113891580.280.4400.38260.8727.9448.43
Hex71599E1C2C0261051c30
Octal16113123634540464053460
Binary111000110110011001111011100101100010011010000010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71599E; }

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

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

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

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

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

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

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

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