#71619B

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

Shades of Scampi #71619B

Tints of Scampi #71619B

Color information

#71619B (or 0x71619B) is unknown color: approx Scampi. HEX triplet: 71, 61 and 9B. RGB value is (113,97,155). Sum of RGB (Red+Green+Blue) = 113+97+155=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #71619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71619B is #8E9E64. Grayscale: #6C6C6C. Windows color (decimal): -9346661 or 10183025. OLE color: 10183025.

HSL color Cylindrical-coordinate representation of color #71619B: hue angle of 256.55º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71619B is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11397155-
CMYK0.270.3700.39
HSL256.55º23.02%49.41%-
HSV(B)256.55º37.42%60.78%-
XYZ1714.4332.9-
YUV108.4154.3131.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=30.96%
G=26.58%
B=42.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113971550.270.3700.39256.5523.0249.41
Hex71619B1B250271011731
Octal16114123333450474012761
Binary111000111000011001101111011100101010011110000000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71619B; }

 p { color: rgb(113,97,155); }

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

<style>
 a { background-color: #71619B; }

 a { background-color: rgb(113,97,155); }

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

<style>
 span { border-color: #71619B; }

 span { border-color: rgb(113,97,155); }

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