#71629A

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

Shades of Scampi #71629A

Tints of Scampi #71629A

Color information

#71629A (or 0x71629A) is unknown color: approx Scampi. HEX triplet: 71, 62 and 9A. RGB value is (113,98,154). Sum of RGB (Red+Green+Blue) = 113+98+154=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #71629A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71629A is #8E9D65. Grayscale: #6C6C6C. Windows color (decimal): -9346406 or 10117745. OLE color: 10117745.

HSL color Cylindrical-coordinate representation of color #71629A: hue angle of 256.07º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71629A is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11398154-
CMYK0.270.3600.40
HSL256.07º22.22%49.41%-
HSV(B)256.07º36.36%60.39%-
XYZ17.0114.5832.49-
YUV108.87153.47130.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=30.96%
G=26.85%
B=42.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113981540.270.3600.40256.0722.2249.41
Hex71629A1B240281001631
Octal16114223233440504002661
Binary111000111000101001101011011100100010100010000000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71629A; }

 p { color: rgb(113,98,154); }

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

<style>
 a { background-color: #71629A; }

 a { background-color: rgb(113,98,154); }

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

<style>
 span { border-color: #71629A; }

 span { border-color: rgb(113,98,154); }

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