#71649E

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

Shades of Scampi #71649E

Tints of Scampi #71649E

Color information

#71649E (or 0x71649E) is unknown color: approx Scampi. HEX triplet: 71, 64 and 9E. RGB value is (113,100,158). Sum of RGB (Red+Green+Blue) = 113+100+158=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #71649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71649E is #8E9B61. Grayscale: #6E6E6E. Windows color (decimal): -9345890 or 10380401. OLE color: 10380401.

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

Color convert

RGB113100158-
CMYK0.280.3700.38
HSL253.45º23.02%50.59%-
HSV(B)253.45º36.71%61.96%-
XYZ17.5415.0934.34-
YUV110.5154.81129.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=30.46%
G=26.95%
B=42.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131001580.280.3700.38253.4523.0250.59
Hex71649E1C25026fd1733
Octal16114423634450463752763
Binary11100011100100100111101110010010101001101111110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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