#71599F

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

Shades of Scampi #71599F

Tints of Scampi #71599F

Color information

#71599F (or 0x71599F) is unknown color: approx Scampi. HEX triplet: 71, 59 and 9F. RGB value is (113,89,159). Sum of RGB (Red+Green+Blue) = 113+89+159=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #71599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71599F is #8EA660. Grayscale: #676767. Windows color (decimal): -9348705 or 10443121. OLE color: 10443121.

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

Color convert

RGB11389159-
CMYK0.290.4400.38
HSL260.57º28.23%48.63%-
HSV(B)260.57º44.03%62.35%-
XYZ16.6413.1634.46-
YUV104.16158.95134.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 159 (62.5% from 255) = 44.04%
R=31.30%
G=24.65%
B=44.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113891590.290.4400.38260.5728.2348.63
Hex71599F1D2C0261051c31
Octal16113123735540464053461
Binary111000110110011001111111101101100010011010000010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71599F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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